Html Css Color HEX #BED0DC Spindle

📋 copy color: '#BED0DC'

red 190 ◦ green 208 ◦ blue 220

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

Shades of Spindle #BED0DC

Tints of Spindle #BED0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.6%

R = 30.74%
G = 33.66%
B = 35.6%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BED0DC (or 0xBED0DC) is known color: Spindle. HEX triplet: BE, D0 and DC. RGB value is (190,208,220). Sum of RGB (Red+Green+Blue) = 190+208+220=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #BED0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0DC is #412F23. Grayscale: #CBCBCB. Windows color (decimal): -4271908 or 14471358. OLE color: 14471358.

HSL color Cylindrical-coordinate representation of color #BED0DC: hue angle of 204º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED0DC is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 208 220 -
CMYK 0.14 0.05 0 0.14
HSL 204º 0.3% 0.8% -
HSV(B) 204º 0.14% 0.86% -
XYZ 56.71 61.23 76.54 -
YUV 203.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 190 208 220 0.14 0.05 0 0.14 204 0.3 0.8
Hex BE D0 DC E 5 0 E CC 1E 50
Octal 276 320 334 16 5 0 16 314 36 120
Binary 10111110 11010000 11011100 1110 101 0 1110 11001100 11110 1010000

Color Harmonies of #BED0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0DC

Black with #BED0DC

Text Example


Text Example

White with #BED0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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