Html Css Color HEX #BDD1C9 Jet Stream

📋 copy color: '#BDD1C9'

red 189 ◦ green 209 ◦ blue 201

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

Shades of Jet Stream #BDD1C9

Tints of Jet Stream #BDD1C9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.89%

 BLUE value IS 201 (78.91% from 255) = 33.56%

R = 31.55%
G = 34.89%
B = 33.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#BDD1C9 (or 0xBDD1C9) is known color: Jet Stream. HEX triplet: BD, D1 and C9. RGB value is (189,209,201). Sum of RGB (Red+Green+Blue) = 189+209+201=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1C9 is #422E36. Grayscale: #CACACA. Windows color (decimal): -4337207 or 13226429. OLE color: 13226429.

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

Color convert

RGB 189 209 201 -
CMYK 0.10 0 0.04 0.18
HSL 156º 0.18% 0.78% -
HSV(B) 156º 0.1% 0.82% -
XYZ 54.33 60.64 64.1 -
YUV 202.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 189 209 201 0.10 0 0.04 0.18 156 0.18 0.78
Hex BD D1 C9 A 0 4 12 9C 12 4E
Octal 275 321 311 12 0 4 22 234 22 116
Binary 10111101 11010001 11001001 1010 0 100 10010 10011100 10010 1001110

Color Harmonies of #BDD1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1C9

Black with #BDD1C9

Text Example


Text Example

White with #BDD1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1C9; }

 p { color: rgb(189,209,201); }

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

background-color css

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

 a { background-color: rgb(189,209,201); }

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

border-color css

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

 span { border-color: rgb(189,209,201); }

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