Html Css Color HEX #BDD6CE Jet Stream

📋 copy color: '#BDD6CE'

red 189 ◦ green 214 ◦ blue 206

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

Shades of Jet Stream #BDD6CE

Tints of Jet Stream #BDD6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.14%

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

R = 31.03%
G = 35.14%
B = 33.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#BDD6CE (or 0xBDD6CE) is known color: Jet Stream. HEX triplet: BD, D6 and CE. RGB value is (189,214,206). Sum of RGB (Red+Green+Blue) = 189+214+206=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6CE is #422931. Grayscale: #CDCDCD. Windows color (decimal): -4335922 or 13555389. OLE color: 13555389.

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

Color convert

RGB 189 214 206 -
CMYK 0.12 0 0.04 0.16
HSL 160.8º 0.23% 0.79% -
HSV(B) 160.8º 0.12% 0.84% -
XYZ 56.17 63.37 67.66 -
YUV 205.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 189 214 206 0.12 0 0.04 0.16 160.8 0.23 0.79
Hex BD D6 CE C 0 4 10 A1 17 4F
Octal 275 326 316 14 0 4 20 241 27 117
Binary 10111101 11010110 11001110 1100 0 100 10000 10100001 10111 1001111

Color Harmonies of #BDD6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6CE

Black with #BDD6CE

Text Example


Text Example

White with #BDD6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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