Html Css Color HEX #BECDD8 Spindle

📋 copy color: '#BECDD8'

red 190 ◦ green 205 ◦ blue 216

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

Shades of Spindle #BECDD8

Tints of Spindle #BECDD8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.55%

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

R = 31.1%
G = 33.55%
B = 35.35%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BECDD8 (or 0xBECDD8) is known color: Spindle. HEX triplet: BE, CD and D8. RGB value is (190,205,216). Sum of RGB (Red+Green+Blue) = 190+205+216=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 216 - color contains mainly: blue. Hex color #BECDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDD8 is #413227. Grayscale: #C9C9C9. Windows color (decimal): -4272680 or 14208446. OLE color: 14208446.

HSL color Cylindrical-coordinate representation of color #BECDD8: hue angle of 205.38º 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 #BECDD8 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 205 216 -
CMYK 0.12 0.05 0 0.15
HSL 205.38º 0.25% 0.8% -
HSV(B) 205.38º 0.12% 0.85% -
XYZ 55.46 59.57 73.54 -
YUV 201.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 190 205 216 0.12 0.05 0 0.15 205.38 0.25 0.8
Hex BE CD D8 C 5 0 F CD 19 50
Octal 276 315 330 14 5 0 17 315 31 120
Binary 10111110 11001101 11011000 1100 101 0 1111 11001101 11001 1010000

Color Harmonies of #BECDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDD8

Black with #BECDD8

Text Example


Text Example

White with #BECDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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