Html Css Color HEX #BCC9DA Spindle

📋 copy color: '#BCC9DA'

red 188 ◦ green 201 ◦ blue 218

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

Shades of Spindle #BCC9DA

Tints of Spindle #BCC9DA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.11%

 BLUE value IS 218 (85.55% from 255) = 35.91%

R = 30.97%
G = 33.11%
B = 35.91%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCC9DA (or 0xBCC9DA) is known color: Spindle. HEX triplet: BC, C9 and DA. RGB value is (188,201,218). Sum of RGB (Red+Green+Blue) = 188+201+218=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9DA is #433625. Grayscale: #C6C6C6. Windows color (decimal): -4404774 or 14338492. OLE color: 14338492.

HSL color Cylindrical-coordinate representation of color #BCC9DA: hue angle of 214º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC9DA is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 201 218 -
CMYK 0.14 0.08 0 0.15
HSL 214º 0.29% 0.8% -
HSV(B) 214º 0.14% 0.85% -
XYZ 54.28 57.53 74.57 -
YUV 199.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 188 201 218 0.14 0.08 0 0.15 214 0.29 0.8
Hex BC C9 DA E 8 0 F D6 1D 50
Octal 274 311 332 16 10 0 17 326 35 120
Binary 10111100 11001001 11011010 1110 1000 0 1111 11010110 11101 1010000

Color Harmonies of #BCC9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9DA

Black with #BCC9DA

Text Example


Text Example

White with #BCC9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9DA; }

 p { color: rgb(188,201,218); }

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

background-color css

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

 a { background-color: rgb(188,201,218); }

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

border-color css

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

 span { border-color: rgb(188,201,218); }

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