Html Css Color HEX #BCCADE Spindle

📋 copy color: '#BCCADE'

red 188 ◦ green 202 ◦ blue 222

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

Shades of Spindle #BCCADE

Tints of Spindle #BCCADE

RGB

 RED value IS 188 (73.83% from 255) = 30.72%

 GREEN value IS 202 (79.3% from 255) = 33.01%

 BLUE value IS 222 (87.11% from 255) = 36.27%

R = 30.72%
G = 33.01%
B = 36.27%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCCADE (or 0xBCCADE) is known color: Spindle. HEX triplet: BC, CA and DE. RGB value is (188,202,222). Sum of RGB (Red+Green+Blue) = 188+202+222=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCCADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCADE is #433521. Grayscale: #C8C8C8. Windows color (decimal): -4404514 or 14600892. OLE color: 14600892.

HSL color Cylindrical-coordinate representation of color #BCCADE: hue angle of 215.29º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCCADE is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 202 222 -
CMYK 0.15 0.09 0 0.13
HSL 215.29º 0.34% 0.8% -
HSV(B) 215.29º 0.15% 0.87% -
XYZ 55.04 58.21 77.44 -
YUV 200.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 188 202 222 0.15 0.09 0 0.13 215.29 0.34 0.8
Hex BC CA DE F 9 0 D D7 22 50
Octal 274 312 336 17 11 0 15 327 42 120
Binary 10111100 11001010 11011110 1111 1001 0 1101 11010111 100010 1010000

Color Harmonies of #BCCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCADE

Black with #BCCADE

Text Example


Text Example

White with #BCCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCADE; }

 p { color: rgb(188,202,222); }

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

background-color css

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

 a { background-color: rgb(188,202,222); }

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

border-color css

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

 span { border-color: rgb(188,202,222); }

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