Html Css Color HEX #BDD7CE Jet Stream

📋 copy color: '#BDD7CE'

red 189 ◦ green 215 ◦ blue 206

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

Shades of Jet Stream #BDD7CE

Tints of Jet Stream #BDD7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.25%

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

R = 30.98%
G = 35.25%
B = 33.77%

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

#BDD7CE (or 0xBDD7CE) is known color: Jet Stream. HEX triplet: BD, D7 and CE. RGB value is (189,215,206). Sum of RGB (Red+Green+Blue) = 189+215+206=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7CE is #422831. Grayscale: #CECECE. Windows color (decimal): -4335666 or 13555645. OLE color: 13555645.

HSL color Cylindrical-coordinate representation of color #BDD7CE: hue angle of 159.23º degrees, saturation: 0.25, 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 #BDD7CE is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 206 -
CMYK 0.12 0 0.04 0.16
HSL 159.23º 0.25% 0.79% -
HSV(B) 159.23º 0.12% 0.84% -
XYZ 56.43 63.88 67.75 -
YUV 206.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 189 215 206 0.12 0 0.04 0.16 159.23 0.25 0.79
Hex BD D7 CE C 0 4 10 9F 19 4F
Octal 275 327 316 14 0 4 20 237 31 117
Binary 10111101 11010111 11001110 1100 0 100 10000 10011111 11001 1001111

Color Harmonies of #BDD7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7CE

Black with #BDD7CE

Text Example


Text Example

White with #BDD7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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