Html Css Color HEX #BED5E1 Light Blue

📋 copy color: '#BED5E1'

red 190 ◦ green 213 ◦ blue 225

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

Shades of Light Blue #BED5E1

Tints of Light Blue #BED5E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.83%

R = 30.25%
G = 33.92%
B = 35.83%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BED5E1 (or 0xBED5E1) is known color: Light Blue. HEX triplet: BE, D5 and E1. RGB value is (190,213,225). Sum of RGB (Red+Green+Blue) = 190+213+225=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 225 - color contains mainly: blue. Hex color #BED5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5E1 is #412A1E. Grayscale: #CFCFCF. Windows color (decimal): -4270623 or 14800318. OLE color: 14800318.

HSL color Cylindrical-coordinate representation of color #BED5E1: hue angle of 200.57º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BED5E1 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 213 225 -
CMYK 0.16 0.05 0 0.12
HSL 200.57º 0.37% 0.81% -
HSV(B) 200.57º 0.16% 0.88% -
XYZ 58.62 63.97 80.49 -
YUV 207.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 190 213 225 0.16 0.05 0 0.12 200.57 0.37 0.81
Hex BE D5 E1 10 5 0 C C9 25 51
Octal 276 325 341 20 5 0 14 311 45 121
Binary 10111110 11010101 11100001 10000 101 0 1100 11001001 100101 1010001

Color Harmonies of #BED5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5E1

Black with #BED5E1

Text Example


Text Example

White with #BED5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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