Html Css Color HEX #BED2E1 Spindle

📋 copy color: '#BED2E1'

red 190 ◦ green 210 ◦ blue 225

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

Shades of Spindle #BED2E1

Tints of Spindle #BED2E1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.6%

 BLUE value IS 225 (88.28% from 255) = 36%

R = 30.4%
G = 33.6%
B = 36%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BED2E1 (or 0xBED2E1) is known color: Spindle. HEX triplet: BE, D2 and E1. RGB value is (190,210,225). Sum of RGB (Red+Green+Blue) = 190+210+225=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 225 - color contains mainly: blue. Hex color #BED2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2E1 is #412D1E. Grayscale: #CDCDCD. Windows color (decimal): -4271391 or 14799550. OLE color: 14799550.

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

Color convert

RGB 190 210 225 -
CMYK 0.16 0.07 0 0.12
HSL 205.71º 0.37% 0.81% -
HSV(B) 205.71º 0.16% 0.88% -
XYZ 57.87 62.48 80.24 -
YUV 205.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 190 210 225 0.16 0.07 0 0.12 205.71 0.37 0.81
Hex BE D2 E1 10 7 0 C CE 25 51
Octal 276 322 341 20 7 0 14 316 45 121
Binary 10111110 11010010 11100001 10000 111 0 1100 11001110 100101 1010001

Color Harmonies of #BED2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2E1

Black with #BED2E1

Text Example


Text Example

White with #BED2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2E1; }

 p { color: rgb(190,210,225); }

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

background-color css

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

 a { background-color: rgb(190,210,225); }

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

border-color css

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

 span { border-color: rgb(190,210,225); }

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