Html Css Color HEX #BDD2CD Jet Stream

📋 copy color: '#BDD2CD'

red 189 ◦ green 210 ◦ blue 205

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

Shades of Jet Stream #BDD2CD

Tints of Jet Stream #BDD2CD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.77%

 BLUE value IS 205 (80.47% from 255) = 33.94%

R = 31.29%
G = 34.77%
B = 33.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#BDD2CD (or 0xBDD2CD) is known color: Jet Stream. HEX triplet: BD, D2 and CD. RGB value is (189,210,205). Sum of RGB (Red+Green+Blue) = 189+210+205=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2CD is #422D32. Grayscale: #CBCBCB. Windows color (decimal): -4336947 or 13488829. OLE color: 13488829.

HSL color Cylindrical-coordinate representation of color #BDD2CD: hue angle of 165.71º degrees, saturation: 0.19, 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 #BDD2CD is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 205 -
CMYK 0.10 0 0.02 0.18
HSL 165.71º 0.19% 0.78% -
HSV(B) 165.71º 0.1% 0.82% -
XYZ 55.05 61.32 66.69 -
YUV 203.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 189 210 205 0.10 0 0.02 0.18 165.71 0.19 0.78
Hex BD D2 CD A 0 2 12 A6 13 4E
Octal 275 322 315 12 0 2 22 246 23 116
Binary 10111101 11010010 11001101 1010 0 10 10010 10100110 10011 1001110

Color Harmonies of #BDD2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD2CD

Black with #BDD2CD

Text Example


Text Example

White with #BDD2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD2CD; }

 p { color: rgb(189,210,205); }

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

background-color css

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

 a { background-color: rgb(189,210,205); }

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

border-color css

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

 span { border-color: rgb(189,210,205); }

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