#BED0D7

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

Shades of Light Blue #BED0D7

Tints of Light Blue #BED0D7

Color information

#BED0D7 (or 0xBED0D7) is unknown color: approx Light Blue. HEX triplet: BE, D0 and D7. RGB value is (190,208,215). Sum of RGB (Red+Green+Blue) = 190+208+215=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 215 - color contains mainly: blue. Hex color #BED0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0D7 is #412F28. Grayscale: #CBCBCB. Windows color (decimal): -4271913 or 14143678. OLE color: 14143678.

HSL color Cylindrical-coordinate representation of color #BED0D7: hue angle of 196.8º 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 #BED0D7 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190208215-
CMYK0.120.0300.16
HSL196.8º23.81%79.41%-
HSV(B)196.8º11.63%84.31%-
XYZ56.0660.9773.1-
YUV203.42134.54118.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 208 (81.64% from 255) = 33.93%
BLUE value IS 215 (84.38% from 255) = 35.07%
R=31.00%
G=33.93%
B=35.07%

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
Decimal1902082150.120.0300.16196.823.8179.41
HexBED0D7C3010c5184f
Octal27632032714302030530117
Binary10111110110100001101011111001101000011000101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0D7; }

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

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

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

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

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

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

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

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