#BDDBE7

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

Shades of Light Blue #BDDBE7

Tints of Light Blue #BDDBE7

Color information

#BDDBE7 (or 0xBDDBE7) is unknown color: approx Light Blue. HEX triplet: BD, DB and E7. RGB value is (189,219,231). Sum of RGB (Red+Green+Blue) = 189+219+231=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDBE7 is #422418. Grayscale: #D3D3D3. Windows color (decimal): -4334617 or 15195069. OLE color: 15195069.

HSL color Cylindrical-coordinate representation of color #BDDBE7: hue angle of 197.14º 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 #BDDBE7 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189219231-
CMYK0.180.0500.09
HSL197.14º46.67%82.35%-
HSV(B)197.14º18.18%90.59%-
XYZ60.7467.2585.38-
YUV211.4139.06112.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.58%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 231 (90.62% from 255) = 36.15%
R=29.58%
G=34.27%
B=36.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892192310.180.0500.09197.1446.6782.35
HexBDDBE712509c52f52
Octal27533334722501130557122
Binary1011110111011011111001111001010101001110001011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBE7; }

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

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

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

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

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

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

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

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