Html Css Color HEX #BCD6CC Jet Stream

📋 copy color: '#BCD6CC'

red 188 ◦ green 214 ◦ blue 204

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

Shades of Jet Stream #BCD6CC

Tints of Jet Stream #BCD6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.31%

 BLUE value IS 204 (80.08% from 255) = 33.66%

R = 31.02%
G = 35.31%
B = 33.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#BCD6CC (or 0xBCD6CC) is known color: Jet Stream. HEX triplet: BC, D6 and CC. RGB value is (188,214,204). Sum of RGB (Red+Green+Blue) = 188+214+204=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6CC is #432933. Grayscale: #CDCDCD. Windows color (decimal): -4401460 or 13424316. OLE color: 13424316.

HSL color Cylindrical-coordinate representation of color #BCD6CC: hue angle of 156.92º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD6CC is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 204 -
CMYK 0.12 0 0.05 0.16
HSL 156.92º 0.24% 0.79% -
HSV(B) 156.92º 0.12% 0.84% -
XYZ 55.68 63.14 66.38 -
YUV 205.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 188 214 204 0.12 0 0.05 0.16 156.92 0.24 0.79
Hex BC D6 CC C 0 5 10 9D 18 4F
Octal 274 326 314 14 0 5 20 235 30 117
Binary 10111100 11010110 11001100 1100 0 101 10000 10011101 11000 1001111

Color Harmonies of #BCD6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6CC

Black with #BCD6CC

Text Example


Text Example

White with #BCD6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6CC; }

 p { color: rgb(188,214,204); }

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

background-color css

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

 a { background-color: rgb(188,214,204); }

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

border-color css

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

 span { border-color: rgb(188,214,204); }

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