Html Css Color HEX #BCCFD9 Spindle

📋 copy color: '#BCCFD9'

red 188 ◦ green 207 ◦ blue 217

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

Shades of Spindle #BCCFD9

Tints of Spindle #BCCFD9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.82%

 BLUE value IS 217 (85.16% from 255) = 35.46%

R = 30.72%
G = 33.82%
B = 35.46%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCCFD9 (or 0xBCCFD9) is known color: Spindle. HEX triplet: BC, CF and D9. RGB value is (188,207,217). Sum of RGB (Red+Green+Blue) = 188+207+217=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCCFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFD9 is #433026. Grayscale: #CACACA. Windows color (decimal): -4403239 or 14274492. OLE color: 14274492.

HSL color Cylindrical-coordinate representation of color #BCCFD9: hue angle of 200.69º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCCFD9 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 207 217 -
CMYK 0.13 0.05 0 0.15
HSL 200.69º 0.28% 0.79% -
HSV(B) 200.69º 0.13% 0.85% -
XYZ 55.58 60.33 74.36 -
YUV 202.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 188 207 217 0.13 0.05 0 0.15 200.69 0.28 0.79
Hex BC CF D9 D 5 0 F C9 1C 4F
Octal 274 317 331 15 5 0 17 311 34 117
Binary 10111100 11001111 11011001 1101 101 0 1111 11001001 11100 1001111

Color Harmonies of #BCCFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFD9

Black with #BCCFD9

Text Example


Text Example

White with #BCCFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFD9; }

 p { color: rgb(188,207,217); }

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

background-color css

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

 a { background-color: rgb(188,207,217); }

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

border-color css

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

 span { border-color: rgb(188,207,217); }

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