Html Css Color HEX #BED0D7 Light Blue

📋 copy color: '#BED0D7'

red 190 ◦ green 208 ◦ blue 215

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

Shades of Light Blue #BED0D7

Tints of Light Blue #BED0D7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.93%

 BLUE value IS 215 (84.38% from 255) = 35.07%

R = 31%
G = 33.93%
B = 35.07%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BED0D7 (or 0xBED0D7) is known color: Light Blue. HEX triplet: BE, D0 and D7. RGB value is (190,208,215). Sum of RGB (Red+Green+Blue) = 190+208+215=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 215 - color contains mainly: blue. Hex color #BED0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0D7 is #412F28. Grayscale: #CBCBCB. Windows color (decimal): -4271913 or 14143678. OLE color: 14143678.

HSL color Cylindrical-coordinate representation of color #BED0D7: hue angle of 196.8º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED0D7 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 208 215 -
CMYK 0.12 0.03 0 0.16
HSL 196.8º 0.24% 0.79% -
HSV(B) 196.8º 0.12% 0.84% -
XYZ 56.06 60.97 73.1 -
YUV 203.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 190 208 215 0.12 0.03 0 0.16 196.8 0.24 0.79
Hex BE D0 D7 C 3 0 10 C5 18 4F
Octal 276 320 327 14 3 0 20 305 30 117
Binary 10111110 11010000 11010111 1100 11 0 10000 11000101 11000 1001111

Color Harmonies of #BED0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0D7

Black with #BED0D7

Text Example


Text Example

White with #BED0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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