Html Css Color HEX #BCCFC0 Edgewater

📋 copy color: '#BCCFC0'

red 188 ◦ green 207 ◦ blue 192

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

Shades of Edgewater #BCCFC0

Tints of Edgewater #BCCFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.71%

R = 32.03%
G = 35.26%
B = 32.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#BCCFC0 (or 0xBCCFC0) is known color: Edgewater. HEX triplet: BC, CF and C0. RGB value is (188,207,192). Sum of RGB (Red+Green+Blue) = 188+207+192=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFC0 is #43303F. Grayscale: #C7C7C7. Windows color (decimal): -4403264 or 12636092. OLE color: 12636092.

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

Color convert

RGB 188 207 192 -
CMYK 0.09 0 0.07 0.19
HSL 132.63º 0.17% 0.77% -
HSV(B) 132.63º 0.09% 0.81% -
XYZ 52.57 59.12 58.51 -
YUV 199.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 188 207 192 0.09 0 0.07 0.19 132.63 0.17 0.77
Hex BC CF C0 9 0 7 13 85 11 4D
Octal 274 317 300 11 0 7 23 205 21 115
Binary 10111100 11001111 11000000 1001 0 111 10011 10000101 10001 1001101

Color Harmonies of #BCCFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFC0

Black with #BCCFC0

Text Example


Text Example

White with #BCCFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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