Html Css Color HEX #BED8E0 Light Blue

📋 copy color: '#BED8E0'

red 190 ◦ green 216 ◦ blue 224

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

Shades of Light Blue #BED8E0

Tints of Light Blue #BED8E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.56%

R = 30.16%
G = 34.29%
B = 35.56%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BED8E0 (or 0xBED8E0) is known color: Light Blue. HEX triplet: BE, D8 and E0. RGB value is (190,216,224). Sum of RGB (Red+Green+Blue) = 190+216+224=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #BED8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8E0 is #41271F. Grayscale: #D1D1D1. Windows color (decimal): -4269856 or 14735550. OLE color: 14735550.

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

Color convert

RGB 190 216 224 -
CMYK 0.15 0.04 0 0.12
HSL 194.12º 0.35% 0.81% -
HSV(B) 194.12º 0.15% 0.88% -
XYZ 59.25 65.44 80.03 -
YUV 209.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 190 216 224 0.15 0.04 0 0.12 194.12 0.35 0.81
Hex BE D8 E0 F 4 0 C C2 23 51
Octal 276 330 340 17 4 0 14 302 43 121
Binary 10111110 11011000 11100000 1111 100 0 1100 11000010 100011 1010001

Color Harmonies of #BED8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED8E0

Black with #BED8E0

Text Example


Text Example

White with #BED8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED8E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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