Html Css Color HEX #BCD2C9 Jet Stream

📋 copy color: '#BCD2C9'

red 188 ◦ green 210 ◦ blue 201

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

Shades of Jet Stream #BCD2C9

Tints of Jet Stream #BCD2C9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.06%

 BLUE value IS 201 (78.91% from 255) = 33.56%

R = 31.39%
G = 35.06%
B = 33.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#BCD2C9 (or 0xBCD2C9) is known color: Jet Stream. HEX triplet: BC, D2 and C9. RGB value is (188,210,201). Sum of RGB (Red+Green+Blue) = 188+210+201=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2C9 is #432D36. Grayscale: #CACACA. Windows color (decimal): -4402487 or 13226684. OLE color: 13226684.

HSL color Cylindrical-coordinate representation of color #BCD2C9: hue angle of 155.45º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD2C9 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 201 -
CMYK 0.10 0 0.04 0.18
HSL 155.45º 0.2% 0.78% -
HSV(B) 155.45º 0.1% 0.82% -
XYZ 54.33 61 64.17 -
YUV 202.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 188 210 201 0.10 0 0.04 0.18 155.45 0.2 0.78
Hex BC D2 C9 A 0 4 12 9B 14 4E
Octal 274 322 311 12 0 4 22 233 24 116
Binary 10111100 11010010 11001001 1010 0 100 10010 10011011 10100 1001110

Color Harmonies of #BCD2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2C9

Black with #BCD2C9

Text Example


Text Example

White with #BCD2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2C9; }

 p { color: rgb(188,210,201); }

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

background-color css

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

 a { background-color: rgb(188,210,201); }

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

border-color css

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

 span { border-color: rgb(188,210,201); }

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