Html Css Color HEX #BED7E0 Light Blue

📋 copy color: '#BED7E0'

red 190 ◦ green 215 ◦ blue 224

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

Shades of Light Blue #BED7E0

Tints of Light Blue #BED7E0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.18%

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

R = 30.21%
G = 34.18%
B = 35.61%

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

#BED7E0 (or 0xBED7E0) is known color: Light Blue. HEX triplet: BE, D7 and E0. RGB value is (190,215,224). Sum of RGB (Red+Green+Blue) = 190+215+224=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #BED7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7E0 is #41281F. Grayscale: #D0D0D0. Windows color (decimal): -4270112 or 14735294. OLE color: 14735294.

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

Color convert

RGB 190 215 224 -
CMYK 0.15 0.04 0 0.12
HSL 195.88º 0.35% 0.81% -
HSV(B) 195.88º 0.15% 0.88% -
XYZ 58.99 64.93 79.94 -
YUV 208.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 190 215 224 0.15 0.04 0 0.12 195.88 0.35 0.81
Hex BE D7 E0 F 4 0 C C4 23 51
Octal 276 327 340 17 4 0 14 304 43 121
Binary 10111110 11010111 11100000 1111 100 0 1100 11000100 100011 1010001

Color Harmonies of #BED7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7E0

Black with #BED7E0

Text Example


Text Example

White with #BED7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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