Html Css Color HEX #BCCAD0 Spindle

📋 copy color: '#BCCAD0'

red 188 ◦ green 202 ◦ blue 208

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

Shades of Spindle #BCCAD0

Tints of Spindle #BCCAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.78%

R = 31.44%
G = 33.78%
B = 34.78%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCCAD0 (or 0xBCCAD0) is known color: Spindle. HEX triplet: BC, CA and D0. RGB value is (188,202,208). Sum of RGB (Red+Green+Blue) = 188+202+208=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCCAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAD0 is #43352F. Grayscale: #C6C6C6. Windows color (decimal): -4404528 or 13683388. OLE color: 13683388.

HSL color Cylindrical-coordinate representation of color #BCCAD0: hue angle of 198º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCCAD0 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 202 208 -
CMYK 0.10 0.03 0 0.18
HSL 198º 0.18% 0.78% -
HSV(B) 198º 0.1% 0.82% -
XYZ 53.24 57.49 67.96 -
YUV 198.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 188 202 208 0.10 0.03 0 0.18 198 0.18 0.78
Hex BC CA D0 A 3 0 12 C6 12 4E
Octal 274 312 320 12 3 0 22 306 22 116
Binary 10111100 11001010 11010000 1010 11 0 10010 11000110 10010 1001110

Color Harmonies of #BCCAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAD0

Black with #BCCAD0

Text Example


Text Example

White with #BCCAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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