Html Css Color HEX #BED8E1 Light Blue

📋 copy color: '#BED8E1'

red 190 ◦ green 216 ◦ blue 225

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

Shades of Light Blue #BED8E1

Tints of Light Blue #BED8E1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.23%

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

R = 30.11%
G = 34.23%
B = 35.66%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BED8E1 (or 0xBED8E1) is known color: Light Blue. HEX triplet: BE, D8 and E1. RGB value is (190,216,225). Sum of RGB (Red+Green+Blue) = 190+216+225=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #BED8E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8E1 is #41271E. Grayscale: #D1D1D1. Windows color (decimal): -4269855 or 14801086. OLE color: 14801086.

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

Color convert

RGB 190 216 225 -
CMYK 0.16 0.04 0 0.12
HSL 195.43º 0.37% 0.81% -
HSV(B) 195.43º 0.16% 0.88% -
XYZ 59.38 65.5 80.75 -
YUV 209.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 190 216 225 0.16 0.04 0 0.12 195.43 0.37 0.81
Hex BE D8 E1 10 4 0 C C3 25 51
Octal 276 330 341 20 4 0 14 303 45 121
Binary 10111110 11011000 11100001 10000 100 0 1100 11000011 100101 1010001

Color Harmonies of #BED8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED8E1

Black with #BED8E1

Text Example


Text Example

White with #BED8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED8E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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