Html Css Color HEX #BCC7DA Spindle

📋 copy color: '#BCC7DA'

red 188 ◦ green 199 ◦ blue 218

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

Shades of Spindle #BCC7DA

Tints of Spindle #BCC7DA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.89%

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

R = 31.07%
G = 32.89%
B = 36.03%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCC7DA (or 0xBCC7DA) is known color: Spindle. HEX triplet: BC, C7 and DA. RGB value is (188,199,218). Sum of RGB (Red+Green+Blue) = 188+199+218=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCC7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7DA is #433825. Grayscale: #C5C5C5. Windows color (decimal): -4405286 or 14337980. OLE color: 14337980.

HSL color Cylindrical-coordinate representation of color #BCC7DA: hue angle of 218º 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 #BCC7DA is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 199 218 -
CMYK 0.14 0.09 0 0.15
HSL 218º 0.29% 0.8% -
HSV(B) 218º 0.14% 0.85% -
XYZ 53.82 56.6 74.42 -
YUV 197.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 188 199 218 0.14 0.09 0 0.15 218 0.29 0.8
Hex BC C7 DA E 9 0 F DA 1D 50
Octal 274 307 332 16 11 0 17 332 35 120
Binary 10111100 11000111 11011010 1110 1001 0 1111 11011010 11101 1010000

Color Harmonies of #BCC7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7DA

Black with #BCC7DA

Text Example


Text Example

White with #BCC7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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