#BDDCEB

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

Shades of Light Blue #BDDCEB

Tints of Light Blue #BDDCEB

Color information

#BDDCEB (or 0xBDDCEB) is unknown color: approx Light Blue. HEX triplet: BD, DC and EB. RGB value is (189,220,235). Sum of RGB (Red+Green+Blue) = 189+220+235=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCEB is #422314. Grayscale: #D4D4D4. Windows color (decimal): -4334357 or 15457469. OLE color: 15457469.

HSL color Cylindrical-coordinate representation of color #BDDCEB: hue angle of 199.57º 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 #BDDCEB is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189220235-
CMYK0.200.0600.08
HSL199.57º53.49%83.14%-
HSV(B)199.57º19.57%92.16%-
XYZ61.576888.48-
YUV212.44140.73111.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.35%
GREEN value IS 220 (86.33% from 255) = 34.16%
BLUE value IS 235 (92.19% from 255) = 36.49%
R=29.35%
G=34.16%
B=36.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892202350.200.0600.08199.5753.4983.14
HexBDDCEB14608c83553
Octal27533435324601031065123
Binary1011110111011100111010111010011001000110010001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCEB; }

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

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

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

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

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

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

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

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