Html Css Color HEX #BCCACF Heather

📋 copy color: '#BCCACF'

red 188 ◦ green 202 ◦ blue 207

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

Shades of Heather #BCCACF

Tints of Heather #BCCACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.84%

 BLUE value IS 207 (81.25% from 255) = 34.67%

R = 31.49%
G = 33.84%
B = 34.67%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCCACF (or 0xBCCACF) is known color: Heather. HEX triplet: BC, CA and CF. RGB value is (188,202,207). Sum of RGB (Red+Green+Blue) = 188+202+207=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCCACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCACF is #433530. Grayscale: #C6C6C6. Windows color (decimal): -4404529 or 13617852. OLE color: 13617852.

HSL color Cylindrical-coordinate representation of color #BCCACF: hue angle of 195.79º degrees, saturation: 0.17, 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 #BCCACF is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 202 207 -
CMYK 0.09 0.02 0 0.19
HSL 195.79º 0.17% 0.77% -
HSV(B) 195.79º 0.09% 0.81% -
XYZ 53.12 57.44 67.32 -
YUV 198.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 188 202 207 0.09 0.02 0 0.19 195.79 0.17 0.77
Hex BC CA CF 9 2 0 13 C4 11 4D
Octal 274 312 317 11 2 0 23 304 21 115
Binary 10111100 11001010 11001111 1001 10 0 10011 11000100 10001 1001101

Color Harmonies of #BCCACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCACF

Black with #BCCACF

Text Example


Text Example

White with #BCCACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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