#BED1D7

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

Shades of Light Blue #BED1D7

Tints of Light Blue #BED1D7

Color information

#BED1D7 (or 0xBED1D7) is unknown color: approx Light Blue. HEX triplet: BE, D1 and D7. RGB value is (190,209,215). Sum of RGB (Red+Green+Blue) = 190+209+215=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 215 - color contains mainly: blue. Hex color #BED1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1D7 is #412E28. Grayscale: #CBCBCB. Windows color (decimal): -4271657 or 14143934. OLE color: 14143934.

HSL color Cylindrical-coordinate representation of color #BED1D7: hue angle of 194.4º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED1D7 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190209215-
CMYK0.120.0300.16
HSL194.4º23.81%79.41%-
HSV(B)194.4º11.63%84.31%-
XYZ56.361.4573.18-
YUV204134.21118.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 209 (82.03% from 255) = 34.04%
BLUE value IS 215 (84.38% from 255) = 35.02%
R=30.94%
G=34.04%
B=35.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902092150.120.0300.16194.423.8179.41
HexBED1D7C3010c2184f
Octal27632132714302030230117
Binary10111110110100011101011111001101000011000010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1D7; }

 p { color: rgb(190,209,215); }

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

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

 a { background-color: rgb(190,209,215); }

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

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

 span { border-color: rgb(190,209,215); }

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