Html Css Color HEX #BCC3CE Spindle

📋 copy color: '#BCC3CE'

red 188 ◦ green 195 ◦ blue 206

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

Shades of Spindle #BCC3CE

Tints of Spindle #BCC3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.11%

 BLUE value IS 206 (80.86% from 255) = 34.97%

R = 31.92%
G = 33.11%
B = 34.97%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCC3CE (or 0xBCC3CE) is known color: Spindle. HEX triplet: BC, C3 and CE. RGB value is (188,195,206). Sum of RGB (Red+Green+Blue) = 188+195+206=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCC3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3CE is #433C31. Grayscale: #C2C2C2. Windows color (decimal): -4406322 or 13550524. OLE color: 13550524.

HSL color Cylindrical-coordinate representation of color #BCC3CE: hue angle of 216.67º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC3CE is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 195 206 -
CMYK 0.09 0.05 0 0.19
HSL 216.67º 0.16% 0.77% -
HSV(B) 216.67º 0.09% 0.81% -
XYZ 51.39 54.18 66.14 -
YUV 194.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 188 195 206 0.09 0.05 0 0.19 216.67 0.16 0.77
Hex BC C3 CE 9 5 0 13 D9 10 4D
Octal 274 303 316 11 5 0 23 331 20 115
Binary 10111100 11000011 11001110 1001 101 0 10011 11011001 10000 1001101

Color Harmonies of #BCC3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3CE

Black with #BCC3CE

Text Example


Text Example

White with #BCC3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3CE; }

 p { color: rgb(188,195,206); }

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

background-color css

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

 a { background-color: rgb(188,195,206); }

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

border-color css

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

 span { border-color: rgb(188,195,206); }

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