Html Css Color HEX #BCD4CE Jet Stream

📋 copy color: '#BCD4CE'

red 188 ◦ green 212 ◦ blue 206

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

Shades of Jet Stream #BCD4CE

Tints of Jet Stream #BCD4CE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.98%

 BLUE value IS 206 (80.86% from 255) = 33.99%

R = 31.02%
G = 34.98%
B = 33.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#BCD4CE (or 0xBCD4CE) is known color: Jet Stream. HEX triplet: BC, D4 and CE. RGB value is (188,212,206). Sum of RGB (Red+Green+Blue) = 188+212+206=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4CE is #432B31. Grayscale: #CCCCCC. Windows color (decimal): -4401970 or 13554876. OLE color: 13554876.

HSL color Cylindrical-coordinate representation of color #BCD4CE: hue angle of 165º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD4CE is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 206 -
CMYK 0.11 0 0.03 0.17
HSL 165º 0.22% 0.78% -
HSV(B) 165º 0.11% 0.83% -
XYZ 55.42 62.23 67.48 -
YUV 204.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 188 212 206 0.11 0 0.03 0.17 165 0.22 0.78
Hex BC D4 CE B 0 3 11 A5 16 4E
Octal 274 324 316 13 0 3 21 245 26 116
Binary 10111100 11010100 11001110 1011 0 11 10001 10100101 10110 1001110

Color Harmonies of #BCD4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD4CE

Black with #BCD4CE

Text Example


Text Example

White with #BCD4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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