Html Css Color HEX #BDD3CD Jet Stream

📋 copy color: '#BDD3CD'

red 189 ◦ green 211 ◦ blue 205

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

Shades of Jet Stream #BDD3CD

Tints of Jet Stream #BDD3CD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.88%

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

R = 31.24%
G = 34.88%
B = 33.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#BDD3CD (or 0xBDD3CD) is known color: Jet Stream. HEX triplet: BD, D3 and CD. RGB value is (189,211,205). Sum of RGB (Red+Green+Blue) = 189+211+205=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3CD is #422C32. Grayscale: #CBCBCB. Windows color (decimal): -4336691 or 13489085. OLE color: 13489085.

HSL color Cylindrical-coordinate representation of color #BDD3CD: hue angle of 163.64º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD3CD is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 205 -
CMYK 0.10 0 0.03 0.17
HSL 163.64º 0.2% 0.78% -
HSV(B) 163.64º 0.1% 0.83% -
XYZ 55.3 61.82 66.77 -
YUV 203.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 189 211 205 0.10 0 0.03 0.17 163.64 0.2 0.78
Hex BD D3 CD A 0 3 11 A4 14 4E
Octal 275 323 315 12 0 3 21 244 24 116
Binary 10111101 11010011 11001101 1010 0 11 10001 10100100 10100 1001110

Color Harmonies of #BDD3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD3CD

Black with #BDD3CD

Text Example


Text Example

White with #BDD3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD3CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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