Html Css Color HEX #BED4E0 Light Blue

📋 copy color: '#BED4E0'

red 190 ◦ green 212 ◦ blue 224

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

Shades of Light Blue #BED4E0

Tints of Light Blue #BED4E0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.87%

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

R = 30.35%
G = 33.87%
B = 35.78%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BED4E0 (or 0xBED4E0) is known color: Light Blue. HEX triplet: BE, D4 and E0. RGB value is (190,212,224). Sum of RGB (Red+Green+Blue) = 190+212+224=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 224 - color contains mainly: blue. Hex color #BED4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4E0 is #412B1F. Grayscale: #CECECE. Windows color (decimal): -4270880 or 14734526. OLE color: 14734526.

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

Color convert

RGB 190 212 224 -
CMYK 0.15 0.05 0 0.12
HSL 201.18º 0.35% 0.81% -
HSV(B) 201.18º 0.15% 0.88% -
XYZ 58.23 63.42 79.69 -
YUV 206.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 190 212 224 0.15 0.05 0 0.12 201.18 0.35 0.81
Hex BE D4 E0 F 5 0 C C9 23 51
Octal 276 324 340 17 5 0 14 311 43 121
Binary 10111110 11010100 11100000 1111 101 0 1100 11001001 100011 1010001

Color Harmonies of #BED4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED4E0

Black with #BED4E0

Text Example


Text Example

White with #BED4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED4E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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