Html Css Color HEX #BCC7D3 Spindle

📋 copy color: '#BCC7D3'

red 188 ◦ green 199 ◦ blue 211

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

Shades of Spindle #BCC7D3

Tints of Spindle #BCC7D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.28%

R = 31.44%
G = 33.28%
B = 35.28%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCC7D3 (or 0xBCC7D3) is known color: Spindle. HEX triplet: BC, C7 and D3. RGB value is (188,199,211). Sum of RGB (Red+Green+Blue) = 188+199+211=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCC7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7D3 is #43382C. Grayscale: #C5C5C5. Windows color (decimal): -4405293 or 13879228. OLE color: 13879228.

HSL color Cylindrical-coordinate representation of color #BCC7D3: hue angle of 211.3º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC7D3 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 199 211 -
CMYK 0.11 0.06 0 0.17
HSL 211.3º 0.21% 0.78% -
HSV(B) 211.3º 0.11% 0.83% -
XYZ 52.92 56.24 69.69 -
YUV 197.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 188 199 211 0.11 0.06 0 0.17 211.3 0.21 0.78
Hex BC C7 D3 B 6 0 11 D3 15 4E
Octal 274 307 323 13 6 0 21 323 25 116
Binary 10111100 11000111 11010011 1011 110 0 10001 11010011 10101 1001110

Color Harmonies of #BCC7D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7D3

Black with #BCC7D3

Text Example


Text Example

White with #BCC7D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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