Html Css Color HEX #BDD6D0 Jet Stream

📋 copy color: '#BDD6D0'

red 189 ◦ green 214 ◦ blue 208

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

Shades of Jet Stream #BDD6D0

Tints of Jet Stream #BDD6D0

RGB

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

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

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

R = 30.93%
G = 35.02%
B = 34.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#BDD6D0 (or 0xBDD6D0) is known color: Jet Stream. HEX triplet: BD, D6 and D0. RGB value is (189,214,208). Sum of RGB (Red+Green+Blue) = 189+214+208=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6D0 is #42292F. Grayscale: #CDCDCD. Windows color (decimal): -4335920 or 13686461. OLE color: 13686461.

HSL color Cylindrical-coordinate representation of color #BDD6D0: hue angle of 165.6º 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 #BDD6D0 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 208 -
CMYK 0.12 0 0.03 0.16
HSL 165.6º 0.23% 0.79% -
HSV(B) 165.6º 0.12% 0.84% -
XYZ 56.42 63.47 68.95 -
YUV 205.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 189 214 208 0.12 0 0.03 0.16 165.6 0.23 0.79
Hex BD D6 D0 C 0 3 10 A6 17 4F
Octal 275 326 320 14 0 3 20 246 27 117
Binary 10111101 11010110 11010000 1100 0 11 10000 10100110 10111 1001111

Color Harmonies of #BDD6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6D0

Black with #BDD6D0

Text Example


Text Example

White with #BDD6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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