#BDDBE6

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

Shades of Light Blue #BDDBE6

Tints of Light Blue #BDDBE6

Color information

#BDDBE6 (or 0xBDDBE6) is unknown color: approx Light Blue. HEX triplet: BD, DB and E6. RGB value is (189,219,230). Sum of RGB (Red+Green+Blue) = 189+219+230=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDDBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDBE6 is #422419. Grayscale: #D3D3D3. Windows color (decimal): -4334618 or 15129533. OLE color: 15129533.

HSL color Cylindrical-coordinate representation of color #BDDBE6: hue angle of 196.1º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDDBE6 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189219230-
CMYK0.180.0500.10
HSL196.1º45.05%82.16%-
HSV(B)196.1º17.83%90.2%-
XYZ60.667.284.64-
YUV211.28138.56112.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 230 (90.23% from 255) = 36.05%
R=29.62%
G=34.33%
B=36.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892192300.180.0500.10196.145.0582.16
HexBDDBE61250Ac42d52
Octal27533334622501230455122
Binary1011110111011011111001101001010101010110001001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBE6; }

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

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

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

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

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

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

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

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