#BED4DB

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

Shades of Light Blue #BED4DB

Tints of Light Blue #BED4DB

Color information

#BED4DB (or 0xBED4DB) is unknown color: approx Light Blue. HEX triplet: BE, D4 and DB. RGB value is (190,212,219). Sum of RGB (Red+Green+Blue) = 190+212+219=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #BED4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4DB is #412B24. Grayscale: #CECECE. Windows color (decimal): -4270885 or 14406846. OLE color: 14406846.

HSL color Cylindrical-coordinate representation of color #BED4DB: hue angle of 194.48º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BED4DB is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190212219-
CMYK0.130.0300.14
HSL194.48º28.71%80.2%-
HSV(B)194.48º13.24%85.88%-
XYZ57.5663.1576.17-
YUV206.22135.21116.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 212 (83.20% from 255) = 34.14%
BLUE value IS 219 (85.94% from 255) = 35.27%
R=30.60%
G=34.14%
B=35.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902122190.130.0300.14194.4828.7180.2
HexBED4DBD30Ec21d50
Octal27632433315301630235120
Binary1011111011010100110110111101110111011000010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4DB; }

 p { color: rgb(190,212,219); }

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

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

 a { background-color: rgb(190,212,219); }

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

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

 span { border-color: rgb(190,212,219); }

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