Html Css Color HEX #BDD5CD Jet Stream

📋 copy color: '#BDD5CD'

red 189 ◦ green 213 ◦ blue 205

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

Shades of Jet Stream #BDD5CD

Tints of Jet Stream #BDD5CD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.09%

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

R = 31.14%
G = 35.09%
B = 33.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#BDD5CD (or 0xBDD5CD) is known color: Jet Stream. HEX triplet: BD, D5 and CD. RGB value is (189,213,205). Sum of RGB (Red+Green+Blue) = 189+213+205=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5CD is #422A32. Grayscale: #CCCCCC. Windows color (decimal): -4336179 or 13489597. OLE color: 13489597.

HSL color Cylindrical-coordinate representation of color #BDD5CD: hue angle of 160º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD5CD is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 205 -
CMYK 0.11 0 0.04 0.16
HSL 160º 0.22% 0.79% -
HSV(B) 160º 0.11% 0.84% -
XYZ 55.8 62.82 66.94 -
YUV 204.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 189 213 205 0.11 0 0.04 0.16 160 0.22 0.79
Hex BD D5 CD B 0 4 10 A0 16 4F
Octal 275 325 315 13 0 4 20 240 26 117
Binary 10111101 11010101 11001101 1011 0 100 10000 10100000 10110 1001111

Color Harmonies of #BDD5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD5CD

Black with #BDD5CD

Text Example


Text Example

White with #BDD5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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