Html Css Color HEX #BED5DC Light Blue

📋 copy color: '#BED5DC'

red 190 ◦ green 213 ◦ blue 220

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

Shades of Light Blue #BED5DC

Tints of Light Blue #BED5DC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.19%

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

R = 30.5%
G = 34.19%
B = 35.31%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BED5DC (or 0xBED5DC) is known color: Light Blue. HEX triplet: BE, D5 and DC. RGB value is (190,213,220). Sum of RGB (Red+Green+Blue) = 190+213+220=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #BED5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5DC is #412A23. Grayscale: #CECECE. Windows color (decimal): -4270628 or 14472638. OLE color: 14472638.

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

Color convert

RGB 190 213 220 -
CMYK 0.14 0.03 0 0.14
HSL 194º 0.3% 0.8% -
HSV(B) 194º 0.14% 0.86% -
XYZ 57.95 63.7 76.95 -
YUV 206.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 190 213 220 0.14 0.03 0 0.14 194 0.3 0.8
Hex BE D5 DC E 3 0 E C2 1E 50
Octal 276 325 334 16 3 0 16 302 36 120
Binary 10111110 11010101 11011100 1110 11 0 1110 11000010 11110 1010000

Color Harmonies of #BED5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5DC

Black with #BED5DC

Text Example


Text Example

White with #BED5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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