Html Css Color HEX #BED7E7 Light Blue

📋 copy color: '#BED7E7'

red 190 ◦ green 215 ◦ blue 231

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

Shades of Light Blue #BED7E7

Tints of Light Blue #BED7E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.32%

R = 29.87%
G = 33.81%
B = 36.32%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BED7E7 (or 0xBED7E7) is known color: Light Blue. HEX triplet: BE, D7 and E7. RGB value is (190,215,231). Sum of RGB (Red+Green+Blue) = 190+215+231=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 231 (90.62% from 255 or 36.32% from 636); Max value from RGB is 231 - color contains mainly: blue. Hex color #BED7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED7E7 is #412818. Grayscale: #D1D1D1. Windows color (decimal): -4270105 or 15194046. OLE color: 15194046.

HSL color Cylindrical-coordinate representation of color #BED7E7: hue angle of 203.41º degrees, saturation: 0.46, 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 #BED7E7 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 215 231 -
CMYK 0.18 0.07 0 0.09
HSL 203.41º 0.46% 0.83% -
HSV(B) 203.41º 0.18% 0.91% -
XYZ 59.96 65.32 85.05 -
YUV 209.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 190 215 231 0.18 0.07 0 0.09 203.41 0.46 0.83
Hex BE D7 E7 12 7 0 9 CB 2E 53
Octal 276 327 347 22 7 0 11 313 56 123
Binary 10111110 11010111 11100111 10010 111 0 1001 11001011 101110 1010011

Color Harmonies of #BED7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7E7

Black with #BED7E7

Text Example


Text Example

White with #BED7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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