Html Css Color HEX #BED0DE Spindle

📋 copy color: '#BED0DE'

red 190 ◦ green 208 ◦ blue 222

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

Shades of Spindle #BED0DE

Tints of Spindle #BED0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.81%

R = 30.65%
G = 33.55%
B = 35.81%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BED0DE (or 0xBED0DE) is known color: Spindle. HEX triplet: BE, D0 and DE. RGB value is (190,208,222). Sum of RGB (Red+Green+Blue) = 190+208+222=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #BED0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0DE is #412F21. Grayscale: #CCCCCC. Windows color (decimal): -4271906 or 14602430. OLE color: 14602430.

HSL color Cylindrical-coordinate representation of color #BED0DE: hue angle of 206.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED0DE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 208 222 -
CMYK 0.14 0.06 0 0.13
HSL 206.25º 0.33% 0.81% -
HSV(B) 206.25º 0.14% 0.87% -
XYZ 56.98 61.33 77.94 -
YUV 204.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 190 208 222 0.14 0.06 0 0.13 206.25 0.33 0.81
Hex BE D0 DE E 6 0 D CE 21 51
Octal 276 320 336 16 6 0 15 316 41 121
Binary 10111110 11010000 11011110 1110 110 0 1101 11001110 100001 1010001

Color Harmonies of #BED0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0DE

Black with #BED0DE

Text Example


Text Example

White with #BED0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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