Html Css Color HEX #BEC4CC Spindle

📋 copy color: '#BEC4CC'

red 190 ◦ green 196 ◦ blue 204

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

Shades of Spindle #BEC4CC

Tints of Spindle #BEC4CC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.22%

 BLUE value IS 204 (80.08% from 255) = 34.58%

R = 32.2%
G = 33.22%
B = 34.58%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BEC4CC (or 0xBEC4CC) is known color: Spindle. HEX triplet: BE, C4 and CC. RGB value is (190,196,204). Sum of RGB (Red+Green+Blue) = 190+196+204=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEC4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4CC is #413B33. Grayscale: #C3C3C3. Windows color (decimal): -4274996 or 13419710. OLE color: 13419710.

HSL color Cylindrical-coordinate representation of color #BEC4CC: hue angle of 214.29º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC4CC is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 196 204 -
CMYK 0.07 0.04 0 0.2
HSL 214.29º 0.12% 0.77% -
HSV(B) 214.29º 0.07% 0.8% -
XYZ 51.87 54.79 64.97 -
YUV 195.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 190 196 204 0.07 0.04 0 0.2 214.29 0.12 0.77
Hex BE C4 CC 7 4 0 14 D6 C 4D
Octal 276 304 314 7 4 0 24 326 14 115
Binary 10111110 11000100 11001100 111 100 0 10100 11010110 1100 1001101

Color Harmonies of #BEC4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4CC

Black with #BEC4CC

Text Example


Text Example

White with #BEC4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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