Html Css Color HEX #BECCD8 Spindle

📋 copy color: '#BECCD8'

red 190 ◦ green 204 ◦ blue 216

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

Shades of Spindle #BECCD8

Tints of Spindle #BECCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.41%

R = 31.15%
G = 33.44%
B = 35.41%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BECCD8 (or 0xBECCD8) is known color: Spindle. HEX triplet: BE, CC and D8. RGB value is (190,204,216). Sum of RGB (Red+Green+Blue) = 190+204+216=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #BECCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCD8 is #413327. Grayscale: #C9C9C9. Windows color (decimal): -4272936 or 14208190. OLE color: 14208190.

HSL color Cylindrical-coordinate representation of color #BECCD8: hue angle of 207.69º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BECCD8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 204 216 -
CMYK 0.12 0.06 0 0.15
HSL 207.69º 0.25% 0.8% -
HSV(B) 207.69º 0.12% 0.85% -
XYZ 55.22 59.09 73.46 -
YUV 201.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 190 204 216 0.12 0.06 0 0.15 207.69 0.25 0.8
Hex BE CC D8 C 6 0 F D0 19 50
Octal 276 314 330 14 6 0 17 320 31 120
Binary 10111110 11001100 11011000 1100 110 0 1111 11010000 11001 1010000

Color Harmonies of #BECCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCD8

Black with #BECCD8

Text Example


Text Example

White with #BECCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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