#BDDBEB

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

Shades of Light Blue #BDDBEB

Tints of Light Blue #BDDBEB

Color information

#BDDBEB (or 0xBDDBEB) is unknown color: approx Light Blue. HEX triplet: BD, DB and EB. RGB value is (189,219,235). Sum of RGB (Red+Green+Blue) = 189+219+235=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDDBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDBEB is #422414. Grayscale: #D3D3D3. Windows color (decimal): -4334613 or 15457213. OLE color: 15457213.

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

Color convert

RGB189219235-
CMYK0.200.0700.08
HSL200.87º53.49%83.14%-
HSV(B)200.87º19.57%92.16%-
XYZ61.3167.4888.39-
YUV211.85141.06111.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.39%
GREEN value IS 219 (85.94% from 255) = 34.06%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=29.39%
G=34.06%
B=36.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892192350.200.0700.08200.8753.4983.14
HexBDDBEB14708c93553
Octal27533335324701031165123
Binary1011110111011011111010111010011101000110010011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBEB; }

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

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

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

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

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

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

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

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