Html Css Color HEX #BED2DC Light Blue

📋 copy color: '#BED2DC'

red 190 ◦ green 210 ◦ blue 220

#BED2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #BED2DC

Tints of Light Blue #BED2DC

RGB

 RED value IS 190 (74.61% from 255) = 30.65%

 GREEN value IS 210 (82.42% from 255) = 33.87%

 BLUE value IS 220 (86.33% from 255) = 35.48%

R = 30.65%
G = 33.87%
B = 35.48%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BED2DC (or 0xBED2DC) is known color: Light Blue. HEX triplet: BE, D2 and DC. RGB value is (190,210,220). Sum of RGB (Red+Green+Blue) = 190+210+220=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #BED2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2DC is #412D23. Grayscale: #CDCDCD. Windows color (decimal): -4271396 or 14471870. OLE color: 14471870.

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

Color convert

RGB 190 210 220 -
CMYK 0.14 0.05 0 0.14
HSL 200º 0.3% 0.8% -
HSV(B) 200º 0.14% 0.86% -
XYZ 57.2 62.21 76.7 -
YUV 205.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 190 210 220 0.14 0.05 0 0.14 200 0.3 0.8
Hex BE D2 DC E 5 0 E C8 1E 50
Octal 276 322 334 16 5 0 16 310 36 120
Binary 10111110 11010010 11011100 1110 101 0 1110 11001000 11110 1010000

Color Harmonies of #BED2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2DC

Black with #BED2DC

Text Example


Text Example

White with #BED2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2DC; }

 p { color: rgb(190,210,220); }

 H1.HeaderClassName
 {
   color: #BED2DC;
 }
 .AnyTagClassName
 {
   color: #BED2DC;
 }
</style>

background-color css

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

 a { background-color: rgb(190,210,220); }

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

border-color css

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

 span { border-color: rgb(190,210,220); }

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