Html Css Color HEX #BDDCD0 Jet Stream

📋 copy color: '#BDDCD0'

red 189 ◦ green 220 ◦ blue 208

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

Shades of Jet Stream #BDDCD0

Tints of Jet Stream #BDDCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.66%

 BLUE value IS 208 (81.64% from 255) = 33.71%

R = 30.63%
G = 35.66%
B = 33.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#BDDCD0 (or 0xBDDCD0) is known color: Jet Stream. HEX triplet: BD, DC and D0. RGB value is (189,220,208). Sum of RGB (Red+Green+Blue) = 189+220+208=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCD0 is #42232F. Grayscale: #D1D1D1. Windows color (decimal): -4334384 or 13687997. OLE color: 13687997.

HSL color Cylindrical-coordinate representation of color #BDDCD0: hue angle of 156.77º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDCD0 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 208 -
CMYK 0.14 0 0.05 0.14
HSL 156.77º 0.31% 0.8% -
HSV(B) 156.77º 0.14% 0.86% -
XYZ 57.96 66.56 69.47 -
YUV 209.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 189 220 208 0.14 0 0.05 0.14 156.77 0.31 0.8
Hex BD DC D0 E 0 5 E 9D 1F 50
Octal 275 334 320 16 0 5 16 235 37 120
Binary 10111101 11011100 11010000 1110 0 101 1110 10011101 11111 1010000

Color Harmonies of #BDDCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCD0

Black with #BDDCD0

Text Example


Text Example

White with #BDDCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCD0; }

 p { color: rgb(189,220,208); }

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

background-color css

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

 a { background-color: rgb(189,220,208); }

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

border-color css

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

 span { border-color: rgb(189,220,208); }

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