Html Css Color HEX #BED2DB Light Blue

📋 copy color: '#BED2DB'

red 190 ◦ green 210 ◦ blue 219

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

Shades of Light Blue #BED2DB

Tints of Light Blue #BED2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.38%

R = 30.69%
G = 33.93%
B = 35.38%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BED2DB (or 0xBED2DB) is known color: Light Blue. HEX triplet: BE, D2 and DB. RGB value is (190,210,219). Sum of RGB (Red+Green+Blue) = 190+210+219=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #BED2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2DB is #412D24. Grayscale: #CCCCCC. Windows color (decimal): -4271397 or 14406334. OLE color: 14406334.

HSL color Cylindrical-coordinate representation of color #BED2DB: hue angle of 198.62º 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 #BED2DB is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 210 219 -
CMYK 0.13 0.04 0 0.14
HSL 198.62º 0.29% 0.8% -
HSV(B) 198.62º 0.13% 0.86% -
XYZ 57.07 62.15 76.01 -
YUV 205.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 190 210 219 0.13 0.04 0 0.14 198.62 0.29 0.8
Hex BE D2 DB D 4 0 E C7 1D 50
Octal 276 322 333 15 4 0 16 307 35 120
Binary 10111110 11010010 11011011 1101 100 0 1110 11000111 11101 1010000

Color Harmonies of #BED2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2DB

Black with #BED2DB

Text Example


Text Example

White with #BED2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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