Html Css Color HEX #BED9EC Light Blue

📋 copy color: '#BED9EC'

red 190 ◦ green 217 ◦ blue 236

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

Shades of Light Blue #BED9EC

Tints of Light Blue #BED9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.7%

R = 29.55%
G = 33.75%
B = 36.7%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BED9EC (or 0xBED9EC) is known color: Light Blue. HEX triplet: BE, D9 and EC. RGB value is (190,217,236). Sum of RGB (Red+Green+Blue) = 190+217+236=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #BED9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED9EC is #412613. Grayscale: #D2D2D2. Windows color (decimal): -4269588 or 15522238. OLE color: 15522238.

HSL color Cylindrical-coordinate representation of color #BED9EC: hue angle of 204.78º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED9EC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 217 236 -
CMYK 0.19 0.08 0 0.07
HSL 204.78º 0.55% 0.84% -
HSV(B) 204.78º 0.19% 0.93% -
XYZ 61.19 66.63 88.99 -
YUV 211.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 190 217 236 0.19 0.08 0 0.07 204.78 0.55 0.84
Hex BE D9 EC 13 8 0 7 CD 37 54
Octal 276 331 354 23 10 0 7 315 67 124
Binary 10111110 11011001 11101100 10011 1000 0 111 11001101 110111 1010100

Color Harmonies of #BED9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED9EC

Black with #BED9EC

Text Example


Text Example

White with #BED9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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