Html Css Color HEX #BDD3CE Jet Stream

📋 copy color: '#BDD3CE'

red 189 ◦ green 211 ◦ blue 206

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

Shades of Jet Stream #BDD3CE

Tints of Jet Stream #BDD3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.82%

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

R = 31.19%
G = 34.82%
B = 33.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#BDD3CE (or 0xBDD3CE) is known color: Jet Stream. HEX triplet: BD, D3 and CE. RGB value is (189,211,206). Sum of RGB (Red+Green+Blue) = 189+211+206=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3CE is #422C31. Grayscale: #CBCBCB. Windows color (decimal): -4336690 or 13554621. OLE color: 13554621.

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

Color convert

RGB 189 211 206 -
CMYK 0.10 0 0.02 0.17
HSL 166.36º 0.2% 0.78% -
HSV(B) 166.36º 0.1% 0.83% -
XYZ 55.42 61.86 67.41 -
YUV 203.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 189 211 206 0.10 0 0.02 0.17 166.36 0.2 0.78
Hex BD D3 CE A 0 2 11 A6 14 4E
Octal 275 323 316 12 0 2 21 246 24 116
Binary 10111101 11010011 11001110 1010 0 10 10001 10100110 10100 1001110

Color Harmonies of #BDD3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD3CE

Black with #BDD3CE

Text Example


Text Example

White with #BDD3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD3CE; }

 p { color: rgb(189,211,206); }

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

background-color css

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

 a { background-color: rgb(189,211,206); }

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

border-color css

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

 span { border-color: rgb(189,211,206); }

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