Html Css Color HEX #BDDBD0 Jet Stream

📋 copy color: '#BDDBD0'

red 189 ◦ green 219 ◦ blue 208

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

Shades of Jet Stream #BDDBD0

Tints of Jet Stream #BDDBD0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.55%

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

R = 30.68%
G = 35.55%
B = 33.77%

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

#BDDBD0 (or 0xBDDBD0) is known color: Jet Stream. HEX triplet: BD, DB and D0. RGB value is (189,219,208). Sum of RGB (Red+Green+Blue) = 189+219+208=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBD0 is #42242F. Grayscale: #D0D0D0. Windows color (decimal): -4334640 or 13687741. OLE color: 13687741.

HSL color Cylindrical-coordinate representation of color #BDDBD0: hue angle of 158º degrees, saturation: 0.29, 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 #BDDBD0 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 208 -
CMYK 0.14 0 0.05 0.14
HSL 158º 0.29% 0.8% -
HSV(B) 158º 0.14% 0.86% -
XYZ 57.7 66.04 69.38 -
YUV 208.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 189 219 208 0.14 0 0.05 0.14 158 0.29 0.8
Hex BD DB D0 E 0 5 E 9E 1D 50
Octal 275 333 320 16 0 5 16 236 35 120
Binary 10111101 11011011 11010000 1110 0 101 1110 10011110 11101 1010000

Color Harmonies of #BDDBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBD0

Black with #BDDBD0

Text Example


Text Example

White with #BDDBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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