#BDD8EA

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

Shades of Light Blue #BDD8EA

Tints of Light Blue #BDD8EA

Color information

#BDD8EA (or 0xBDD8EA) is unknown color: approx Light Blue. HEX triplet: BD, D8 and EA. RGB value is (189,216,234). Sum of RGB (Red+Green+Blue) = 189+216+234=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDD8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8EA is #422715. Grayscale: #D1D1D1. Windows color (decimal): -4335382 or 15390909. OLE color: 15390909.

HSL color Cylindrical-coordinate representation of color #BDD8EA: hue angle of 204º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD8EA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189216234-
CMYK0.190.0800.08
HSL204º51.72%82.94%-
HSV(B)204º19.23%91.76%-
XYZ60.3965.8787.37-
YUV209.98141.55113.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.58%
GREEN value IS 216 (84.77% from 255) = 33.80%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=29.58%
G=33.80%
B=36.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892162340.190.0800.0820451.7282.94
HexBDD8EA13808cc3453
Octal275330352231001031464123
Binary10111101110110001110101010011100001000110011001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8EA; }

 p { color: rgb(189,216,234); }

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

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

 a { background-color: rgb(189,216,234); }

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

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

 span { border-color: rgb(189,216,234); }

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