Html Css Color HEX #BED9E8 Light Blue

📋 copy color: '#BED9E8'

red 190 ◦ green 217 ◦ blue 232

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

Shades of Light Blue #BED9E8

Tints of Light Blue #BED9E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.31%

R = 29.73%
G = 33.96%
B = 36.31%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BED9E8 (or 0xBED9E8) is known color: Light Blue. HEX triplet: BE, D9 and E8. RGB value is (190,217,232). Sum of RGB (Red+Green+Blue) = 190+217+232=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 232 - color contains mainly: blue. Hex color #BED9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED9E8 is #412617. Grayscale: #D2D2D2. Windows color (decimal): -4269592 or 15260094. OLE color: 15260094.

HSL color Cylindrical-coordinate representation of color #BED9E8: hue angle of 201.43º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BED9E8 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 217 232 -
CMYK 0.18 0.06 0 0.09
HSL 201.43º 0.48% 0.83% -
HSV(B) 201.43º 0.18% 0.91% -
XYZ 60.61 66.4 85.97 -
YUV 210.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 190 217 232 0.18 0.06 0 0.09 201.43 0.48 0.83
Hex BE D9 E8 12 6 0 9 C9 30 53
Octal 276 331 350 22 6 0 11 311 60 123
Binary 10111110 11011001 11101000 10010 110 0 1001 11001001 110000 1010011

Color Harmonies of #BED9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED9E8

Black with #BED9E8

Text Example


Text Example

White with #BED9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED9E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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