Html Css Color HEX #BDD5CE Jet Stream

📋 copy color: '#BDD5CE'

red 189 ◦ green 213 ◦ blue 206

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

Shades of Jet Stream #BDD5CE

Tints of Jet Stream #BDD5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.03%

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

R = 31.09%
G = 35.03%
B = 33.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#BDD5CE (or 0xBDD5CE) is known color: Jet Stream. HEX triplet: BD, D5 and CE. RGB value is (189,213,206). Sum of RGB (Red+Green+Blue) = 189+213+206=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5CE is #422A31. Grayscale: #CDCDCD. Windows color (decimal): -4336178 or 13555133. OLE color: 13555133.

HSL color Cylindrical-coordinate representation of color #BDD5CE: hue angle of 162.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD5CE is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 206 -
CMYK 0.11 0 0.03 0.16
HSL 162.5º 0.22% 0.79% -
HSV(B) 162.5º 0.11% 0.84% -
XYZ 55.92 62.86 67.58 -
YUV 205.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 189 213 206 0.11 0 0.03 0.16 162.5 0.22 0.79
Hex BD D5 CE B 0 3 10 A2 16 4F
Octal 275 325 316 13 0 3 20 242 26 117
Binary 10111101 11010101 11001110 1011 0 11 10000 10100010 10110 1001111

Color Harmonies of #BDD5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD5CE

Black with #BDD5CE

Text Example


Text Example

White with #BDD5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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