Html Css Color HEX #BCCAD8 Spindle

📋 copy color: '#BCCAD8'

red 188 ◦ green 202 ◦ blue 216

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

Shades of Spindle #BCCAD8

Tints of Spindle #BCCAD8

RGB

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

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

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

R = 31.02%
G = 33.33%
B = 35.64%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCCAD8 (or 0xBCCAD8) is known color: Spindle. HEX triplet: BC, CA and D8. RGB value is (188,202,216). Sum of RGB (Red+Green+Blue) = 188+202+216=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCCAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAD8 is #433527. Grayscale: #C7C7C7. Windows color (decimal): -4404520 or 14207676. OLE color: 14207676.

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

Color convert

RGB 188 202 216 -
CMYK 0.13 0.06 0 0.15
HSL 210º 0.26% 0.79% -
HSV(B) 210º 0.13% 0.85% -
XYZ 54.25 57.89 73.28 -
YUV 199.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 188 202 216 0.13 0.06 0 0.15 210 0.26 0.79
Hex BC CA D8 D 6 0 F D2 1A 4F
Octal 274 312 330 15 6 0 17 322 32 117
Binary 10111100 11001010 11011000 1101 110 0 1111 11010010 11010 1001111

Color Harmonies of #BCCAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAD8

Black with #BCCAD8

Text Example


Text Example

White with #BCCAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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