Html Css Color HEX #BECCD6 Spindle

📋 copy color: '#BECCD6'

red 190 ◦ green 204 ◦ blue 214

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

Shades of Spindle #BECCD6

Tints of Spindle #BECCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.2%

R = 31.25%
G = 33.55%
B = 35.2%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BECCD6 (or 0xBECCD6) is known color: Spindle. HEX triplet: BE, CC and D6. RGB value is (190,204,214). Sum of RGB (Red+Green+Blue) = 190+204+214=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 214 - color contains mainly: blue. Hex color #BECCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCD6 is #413329. Grayscale: #C8C8C8. Windows color (decimal): -4272938 or 14077118. OLE color: 14077118.

HSL color Cylindrical-coordinate representation of color #BECCD6: hue angle of 205º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BECCD6 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 204 214 -
CMYK 0.11 0.05 0 0.16
HSL 205º 0.23% 0.79% -
HSV(B) 205º 0.11% 0.84% -
XYZ 54.97 58.99 72.11 -
YUV 200.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 190 204 214 0.11 0.05 0 0.16 205 0.23 0.79
Hex BE CC D6 B 5 0 10 CD 17 4F
Octal 276 314 326 13 5 0 20 315 27 117
Binary 10111110 11001100 11010110 1011 101 0 10000 11001101 10111 1001111

Color Harmonies of #BECCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCD6

Black with #BECCD6

Text Example


Text Example

White with #BECCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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