Html Css Color HEX #BED7E6 Light Blue

📋 copy color: '#BED7E6'

red 190 ◦ green 215 ◦ blue 230

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

Shades of Light Blue #BED7E6

Tints of Light Blue #BED7E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.22%

R = 29.92%
G = 33.86%
B = 36.22%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BED7E6 (or 0xBED7E6) is known color: Light Blue. HEX triplet: BE, D7 and E6. RGB value is (190,215,230). Sum of RGB (Red+Green+Blue) = 190+215+230=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #BED7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED7E6 is #412819. Grayscale: #D1D1D1. Windows color (decimal): -4270106 or 15128510. OLE color: 15128510.

HSL color Cylindrical-coordinate representation of color #BED7E6: hue angle of 202.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BED7E6 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 215 230 -
CMYK 0.17 0.07 0 0.10
HSL 202.5º 0.44% 0.82% -
HSV(B) 202.5º 0.17% 0.9% -
XYZ 59.82 65.26 84.31 -
YUV 209.24 139.72 114.28 -
System Red Green Blue C M Y K H S L
Decimal 190 215 230 0.17 0.07 0 0.10 202.5 0.44 0.82
Hex BE D7 E6 11 7 0 A CA 2C 52
Octal 276 327 346 21 7 0 12 312 54 122
Binary 10111110 11010111 11100110 10001 111 0 1010 11001010 101100 1010010

Color Harmonies of #BED7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7E6

Black with #BED7E6

Text Example


Text Example

White with #BED7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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