Html Css Color HEX #BCCAD2 Spindle

📋 copy color: '#BCCAD2'

red 188 ◦ green 202 ◦ blue 210

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

Shades of Spindle #BCCAD2

Tints of Spindle #BCCAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35%

R = 31.33%
G = 33.67%
B = 35%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCCAD2 (or 0xBCCAD2) is known color: Spindle. HEX triplet: BC, CA and D2. RGB value is (188,202,210). Sum of RGB (Red+Green+Blue) = 188+202+210=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCCAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAD2 is #43352D. Grayscale: #C6C6C6. Windows color (decimal): -4404526 or 13814460. OLE color: 13814460.

HSL color Cylindrical-coordinate representation of color #BCCAD2: hue angle of 201.82º degrees, saturation: 0.2, 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 #BCCAD2 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 202 210 -
CMYK 0.10 0.04 0 0.18
HSL 201.82º 0.2% 0.78% -
HSV(B) 201.82º 0.1% 0.82% -
XYZ 53.49 57.59 69.27 -
YUV 198.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 188 202 210 0.10 0.04 0 0.18 201.82 0.2 0.78
Hex BC CA D2 A 4 0 12 CA 14 4E
Octal 274 312 322 12 4 0 22 312 24 116
Binary 10111100 11001010 11010010 1010 100 0 10010 11001010 10100 1001110

Color Harmonies of #BCCAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAD2

Black with #BCCAD2

Text Example


Text Example

White with #BCCAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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