Html Css Color HEX #BED0DB Spindle

📋 copy color: '#BED0DB'

red 190 ◦ green 208 ◦ blue 219

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

Shades of Spindle #BED0DB

Tints of Spindle #BED0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.49%

R = 30.79%
G = 33.71%
B = 35.49%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BED0DB (or 0xBED0DB) is known color: Spindle. HEX triplet: BE, D0 and DB. RGB value is (190,208,219). Sum of RGB (Red+Green+Blue) = 190+208+219=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #BED0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0DB is #412F24. Grayscale: #CBCBCB. Windows color (decimal): -4271909 or 14405822. OLE color: 14405822.

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

Color convert

RGB 190 208 219 -
CMYK 0.13 0.05 0 0.14
HSL 202.76º 0.29% 0.8% -
HSV(B) 202.76º 0.13% 0.86% -
XYZ 56.58 61.17 75.84 -
YUV 203.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 190 208 219 0.13 0.05 0 0.14 202.76 0.29 0.8
Hex BE D0 DB D 5 0 E CB 1D 50
Octal 276 320 333 15 5 0 16 313 35 120
Binary 10111110 11010000 11011011 1101 101 0 1110 11001011 11101 1010000

Color Harmonies of #BED0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0DB

Black with #BED0DB

Text Example


Text Example

White with #BED0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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