Html Css Color HEX #BED0E0 Spindle

📋 copy color: '#BED0E0'

red 190 ◦ green 208 ◦ blue 224

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

Shades of Spindle #BED0E0

Tints of Spindle #BED0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.01%

R = 30.55%
G = 33.44%
B = 36.01%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BED0E0 (or 0xBED0E0) is known color: Spindle. HEX triplet: BE, D0 and E0. RGB value is (190,208,224). Sum of RGB (Red+Green+Blue) = 190+208+224=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 224 - color contains mainly: blue. Hex color #BED0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0E0 is #412F1F. Grayscale: #CCCCCC. Windows color (decimal): -4271904 or 14733502. OLE color: 14733502.

HSL color Cylindrical-coordinate representation of color #BED0E0: hue angle of 208.24º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BED0E0 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 208 224 -
CMYK 0.15 0.07 0 0.12
HSL 208.24º 0.35% 0.81% -
HSV(B) 208.24º 0.15% 0.88% -
XYZ 57.25 61.44 79.36 -
YUV 204.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 190 208 224 0.15 0.07 0 0.12 208.24 0.35 0.81
Hex BE D0 E0 F 7 0 C D0 23 51
Octal 276 320 340 17 7 0 14 320 43 121
Binary 10111110 11010000 11100000 1111 111 0 1100 11010000 100011 1010001

Color Harmonies of #BED0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0E0

Black with #BED0E0

Text Example


Text Example

White with #BED0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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