#BDD2E7

Color #BDD2E7 Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #BDD2E7

Tints of Tropical Blue #BDD2E7

Color information

#BDD2E7 (or 0xBDD2E7) is unknown color: approx Tropical Blue. HEX triplet: BD, D2 and E7. RGB value is (189,210,231). Sum of RGB (Red+Green+Blue) = 189+210+231=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDD2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD2E7 is #422D18. Grayscale: #CECECE. Windows color (decimal): -4336921 or 15192765. OLE color: 15192765.

HSL color Cylindrical-coordinate representation of color #BDD2E7: hue angle of 210º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDD2E7 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189210231-
CMYK0.180.0900.09
HSL210º46.67%82.35%-
HSV(B)210º18.18%90.59%-
XYZ58.4662.6884.62-
YUV206.12142.04115.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30%
GREEN value IS 210 (82.42% from 255) = 33.33%
BLUE value IS 231 (90.62% from 255) = 36.67%
R=30%
G=33.33%
B=36.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892102310.180.0900.0921046.6782.35
HexBDD2E712909d22f52
Octal275322347221101132257122
Binary10111101110100101110011110010100101001110100101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD2E7; }

 p { color: rgb(189,210,231); }

 H1.HeaderClassName
 {
   color: #BDD2E7;
 }
 .AnyTagClassName
 {
   color: #BDD2E7;
 }
</style>
background-color css

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

 a { background-color: rgb(189,210,231); }

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

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

 span { border-color: rgb(189,210,231); }

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