Html Css Color HEX #BDD4CD Jet Stream

📋 copy color: '#BDD4CD'

red 189 ◦ green 212 ◦ blue 205

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

Shades of Jet Stream #BDD4CD

Tints of Jet Stream #BDD4CD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.98%

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

R = 31.19%
G = 34.98%
B = 33.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#BDD4CD (or 0xBDD4CD) is known color: Jet Stream. HEX triplet: BD, D4 and CD. RGB value is (189,212,205). Sum of RGB (Red+Green+Blue) = 189+212+205=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4CD is #422B32. Grayscale: #CCCCCC. Windows color (decimal): -4336435 or 13489341. OLE color: 13489341.

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

Color convert

RGB 189 212 205 -
CMYK 0.11 0 0.03 0.17
HSL 161.74º 0.21% 0.79% -
HSV(B) 161.74º 0.11% 0.83% -
XYZ 55.55 62.31 66.86 -
YUV 204.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 189 212 205 0.11 0 0.03 0.17 161.74 0.21 0.79
Hex BD D4 CD B 0 3 11 A2 15 4F
Octal 275 324 315 13 0 3 21 242 25 117
Binary 10111101 11010100 11001101 1011 0 11 10001 10100010 10101 1001111

Color Harmonies of #BDD4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4CD

Black with #BDD4CD

Text Example


Text Example

White with #BDD4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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