Html Css Color HEX #BDD0CB Jet Stream

📋 copy color: '#BDD0CB'

red 189 ◦ green 208 ◦ blue 203

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

Shades of Jet Stream #BDD0CB

Tints of Jet Stream #BDD0CB

RGB

 RED value IS 189 (74.22% from 255) = 31.5%

 GREEN value IS 208 (81.64% from 255) = 34.67%

 BLUE value IS 203 (79.69% from 255) = 33.83%

R = 31.5%
G = 34.67%
B = 33.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#BDD0CB (or 0xBDD0CB) is known color: Jet Stream. HEX triplet: BD, D0 and CB. RGB value is (189,208,203). Sum of RGB (Red+Green+Blue) = 189+208+203=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0CB is #422F34. Grayscale: #C9C9C9. Windows color (decimal): -4337461 or 13357245. OLE color: 13357245.

HSL color Cylindrical-coordinate representation of color #BDD0CB: hue angle of 164.21º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDD0CB is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 203 -
CMYK 0.09 0 0.02 0.18
HSL 164.21º 0.17% 0.78% -
HSV(B) 164.21º 0.09% 0.82% -
XYZ 54.32 60.24 65.26 -
YUV 201.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 189 208 203 0.09 0 0.02 0.18 164.21 0.17 0.78
Hex BD D0 CB 9 0 2 12 A4 11 4E
Octal 275 320 313 11 0 2 22 244 21 116
Binary 10111101 11010000 11001011 1001 0 10 10010 10100100 10001 1001110

Color Harmonies of #BDD0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0CB

Black with #BDD0CB

Text Example


Text Example

White with #BDD0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0CB; }

 p { color: rgb(189,208,203); }

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

background-color css

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

 a { background-color: rgb(189,208,203); }

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

border-color css

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

 span { border-color: rgb(189,208,203); }

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