Html Css Color HEX #BECCD3 Spindle

📋 copy color: '#BECCD3'

red 190 ◦ green 204 ◦ blue 211

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

Shades of Spindle #BECCD3

Tints of Spindle #BECCD3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.72%

 BLUE value IS 211 (82.81% from 255) = 34.88%

R = 31.4%
G = 33.72%
B = 34.88%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BECCD3 (or 0xBECCD3) is known color: Spindle. HEX triplet: BE, CC and D3. RGB value is (190,204,211). Sum of RGB (Red+Green+Blue) = 190+204+211=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 211 - color contains mainly: blue. Hex color #BECCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCD3 is #41332C. Grayscale: #C8C8C8. Windows color (decimal): -4272941 or 13880510. OLE color: 13880510.

HSL color Cylindrical-coordinate representation of color #BECCD3: hue angle of 200º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BECCD3 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 204 211 -
CMYK 0.10 0.03 0 0.17
HSL 200º 0.19% 0.79% -
HSV(B) 200º 0.1% 0.83% -
XYZ 54.59 58.84 70.11 -
YUV 200.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 190 204 211 0.10 0.03 0 0.17 200 0.19 0.79
Hex BE CC D3 A 3 0 11 C8 13 4F
Octal 276 314 323 12 3 0 21 310 23 117
Binary 10111110 11001100 11010011 1010 11 0 10001 11001000 10011 1001111

Color Harmonies of #BECCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCD3

Black with #BECCD3

Text Example


Text Example

White with #BECCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCD3; }

 p { color: rgb(190,204,211); }

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

background-color css

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

 a { background-color: rgb(190,204,211); }

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

border-color css

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

 span { border-color: rgb(190,204,211); }

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