Html Css Color HEX #BCD8CC Jet Stream

📋 copy color: '#BCD8CC'

red 188 ◦ green 216 ◦ blue 204

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

Shades of Jet Stream #BCD8CC

Tints of Jet Stream #BCD8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.53%

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

R = 30.92%
G = 35.53%
B = 33.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#BCD8CC (or 0xBCD8CC) is known color: Jet Stream. HEX triplet: BC, D8 and CC. RGB value is (188,216,204). Sum of RGB (Red+Green+Blue) = 188+216+204=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8CC is #432733. Grayscale: #CECECE. Windows color (decimal): -4400948 or 13424828. OLE color: 13424828.

HSL color Cylindrical-coordinate representation of color #BCD8CC: hue angle of 154.29º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD8CC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 204 -
CMYK 0.13 0 0.06 0.15
HSL 154.29º 0.26% 0.79% -
HSV(B) 154.29º 0.13% 0.85% -
XYZ 56.19 64.16 66.55 -
YUV 206.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 188 216 204 0.13 0 0.06 0.15 154.29 0.26 0.79
Hex BC D8 CC D 0 6 F 9A 1A 4F
Octal 274 330 314 15 0 6 17 232 32 117
Binary 10111100 11011000 11001100 1101 0 110 1111 10011010 11010 1001111

Color Harmonies of #BCD8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8CC

Black with #BCD8CC

Text Example


Text Example

White with #BCD8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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