Html Css Color HEX #BDD6CD Jet Stream

📋 copy color: '#BDD6CD'

red 189 ◦ green 214 ◦ blue 205

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

Shades of Jet Stream #BDD6CD

Tints of Jet Stream #BDD6CD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.2%

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

R = 31.09%
G = 35.2%
B = 33.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#BDD6CD (or 0xBDD6CD) is known color: Jet Stream. HEX triplet: BD, D6 and CD. RGB value is (189,214,205). Sum of RGB (Red+Green+Blue) = 189+214+205=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6CD is #422932. Grayscale: #CDCDCD. Windows color (decimal): -4335923 or 13489853. OLE color: 13489853.

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

Color convert

RGB 189 214 205 -
CMYK 0.12 0 0.04 0.16
HSL 158.4º 0.23% 0.79% -
HSV(B) 158.4º 0.12% 0.84% -
XYZ 56.05 63.32 67.03 -
YUV 205.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 189 214 205 0.12 0 0.04 0.16 158.4 0.23 0.79
Hex BD D6 CD C 0 4 10 9E 17 4F
Octal 275 326 315 14 0 4 20 236 27 117
Binary 10111101 11010110 11001101 1100 0 100 10000 10011110 10111 1001111

Color Harmonies of #BDD6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6CD

Black with #BDD6CD

Text Example


Text Example

White with #BDD6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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