Html Css Color HEX #BED9E1 Light Blue

📋 copy color: '#BED9E1'

red 190 ◦ green 217 ◦ blue 225

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

Shades of Light Blue #BED9E1

Tints of Light Blue #BED9E1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.34%

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

R = 30.06%
G = 34.34%
B = 35.6%

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

#BED9E1 (or 0xBED9E1) is known color: Light Blue. HEX triplet: BE, D9 and E1. RGB value is (190,217,225). Sum of RGB (Red+Green+Blue) = 190+217+225=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #BED9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9E1 is #41261E. Grayscale: #D1D1D1. Windows color (decimal): -4269599 or 14801342. OLE color: 14801342.

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

Color convert

RGB 190 217 225 -
CMYK 0.16 0.04 0 0.12
HSL 193.71º 0.37% 0.81% -
HSV(B) 193.71º 0.16% 0.88% -
XYZ 59.64 66.01 80.83 -
YUV 209.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 190 217 225 0.16 0.04 0 0.12 193.71 0.37 0.81
Hex BE D9 E1 10 4 0 C C2 25 51
Octal 276 331 341 20 4 0 14 302 45 121
Binary 10111110 11011001 11100001 10000 100 0 1100 11000010 100101 1010001

Color Harmonies of #BED9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED9E1

Black with #BED9E1

Text Example


Text Example

White with #BED9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED9E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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