Html Css Color HEX #BCCECA Jet Stream

📋 copy color: '#BCCECA'

red 188 ◦ green 206 ◦ blue 202

#BCCECA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #BCCECA

Tints of Jet Stream #BCCECA

RGB

 RED value IS 188 (73.83% from 255) = 31.54%

 GREEN value IS 206 (80.86% from 255) = 34.56%

 BLUE value IS 202 (79.3% from 255) = 33.89%

R = 31.54%
G = 34.56%
B = 33.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCCECA (or 0xBCCECA) is known color: Jet Stream. HEX triplet: BC, CE and CA. RGB value is (188,206,202). Sum of RGB (Red+Green+Blue) = 188+206+202=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCECA is #433135. Grayscale: #C8C8C8. Windows color (decimal): -4403510 or 13291196. OLE color: 13291196.

HSL color Cylindrical-coordinate representation of color #BCCECA: hue angle of 166.67º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCECA is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 202 -
CMYK 0.09 0 0.02 0.19
HSL 166.67º 0.16% 0.77% -
HSV(B) 166.67º 0.09% 0.81% -
XYZ 53.47 59.1 64.47 -
YUV 200.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 188 206 202 0.09 0 0.02 0.19 166.67 0.16 0.77
Hex BC CE CA 9 0 2 13 A7 10 4D
Octal 274 316 312 11 0 2 23 247 20 115
Binary 10111100 11001110 11001010 1001 0 10 10011 10100111 10000 1001101

Color Harmonies of #BCCECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCECA

Black with #BCCECA

Text Example


Text Example

White with #BCCECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCECA; }

 p { color: rgb(188,206,202); }

 H1.HeaderClassName
 {
   color: #BCCECA;
 }
 .AnyTagClassName
 {
   color: #BCCECA;
 }
</style>

background-color css

<style>
 a { background-color: #BCCECA; }

 a { background-color: rgb(188,206,202); }

 div.DivClassName
 {
   background-color: #BCCECA;
 }
 .BgClassName
 {
   background-color: #BCCECA;
 }
</style>

border-color css

<style>
 span { border-color: #BCCECA; }

 span { border-color: rgb(188,206,202); }

 td.TdClassName
 {
   border-color: #BCCECA;
 }
 .TagClassName
 {
   border-color: #BCCECA;
 }
</style>