Html Css Color HEX #BCD1C9 Jet Stream

📋 copy color: '#BCD1C9'

red 188 ◦ green 209 ◦ blue 201

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

Shades of Jet Stream #BCD1C9

Tints of Jet Stream #BCD1C9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.95%

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

R = 31.44%
G = 34.95%
B = 33.61%

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

#BCD1C9 (or 0xBCD1C9) is known color: Jet Stream. HEX triplet: BC, D1 and C9. RGB value is (188,209,201). Sum of RGB (Red+Green+Blue) = 188+209+201=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1C9 is #432E36. Grayscale: #C9C9C9. Windows color (decimal): -4402743 or 13226428. OLE color: 13226428.

HSL color Cylindrical-coordinate representation of color #BCD1C9: hue angle of 157.14º degrees, saturation: 0.19, 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 #BCD1C9 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 201 -
CMYK 0.10 0 0.04 0.18
HSL 157.14º 0.19% 0.78% -
HSV(B) 157.14º 0.1% 0.82% -
XYZ 54.08 60.51 64.09 -
YUV 201.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 188 209 201 0.10 0 0.04 0.18 157.14 0.19 0.78
Hex BC D1 C9 A 0 4 12 9D 13 4E
Octal 274 321 311 12 0 4 22 235 23 116
Binary 10111100 11010001 11001001 1010 0 100 10010 10011101 10011 1001110

Color Harmonies of #BCD1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD1C9

Black with #BCD1C9

Text Example


Text Example

White with #BCD1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD1C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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