Html Css Color HEX #BED8EA Light Blue

📋 copy color: '#BED8EA'

red 190 ◦ green 216 ◦ blue 234

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

Shades of Light Blue #BED8EA

Tints of Light Blue #BED8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.56%

R = 29.69%
G = 33.75%
B = 36.56%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BED8EA (or 0xBED8EA) is known color: Light Blue. HEX triplet: BE, D8 and EA. RGB value is (190,216,234). Sum of RGB (Red+Green+Blue) = 190+216+234=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #BED8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED8EA is #412715. Grayscale: #D2D2D2. Windows color (decimal): -4269846 or 15390910. OLE color: 15390910.

HSL color Cylindrical-coordinate representation of color #BED8EA: hue angle of 204.55º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED8EA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 216 234 -
CMYK 0.19 0.08 0 0.08
HSL 204.55º 0.51% 0.83% -
HSV(B) 204.55º 0.19% 0.92% -
XYZ 60.64 66 87.38 -
YUV 210.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 190 216 234 0.19 0.08 0 0.08 204.55 0.51 0.83
Hex BE D8 EA 13 8 0 8 CD 33 53
Octal 276 330 352 23 10 0 10 315 63 123
Binary 10111110 11011000 11101010 10011 1000 0 1000 11001101 110011 1010011

Color Harmonies of #BED8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED8EA

Black with #BED8EA

Text Example


Text Example

White with #BED8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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