Html Css Color HEX #BFCDC3 Edgewater

📋 copy color: '#BFCDC3'

red 191 ◦ green 205 ◦ blue 195

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

Shades of Edgewater #BFCDC3

Tints of Edgewater #BFCDC3

RGB

 RED value IS 191 (75% from 255) = 32.32%

 GREEN value IS 205 (80.47% from 255) = 34.69%

 BLUE value IS 195 (76.56% from 255) = 32.99%

R = 32.32%
G = 34.69%
B = 32.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#BFCDC3 (or 0xBFCDC3) is known color: Edgewater. HEX triplet: BF, CD and C3. RGB value is (191,205,195). Sum of RGB (Red+Green+Blue) = 191+205+195=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDC3 is #40323C. Grayscale: #C7C7C7. Windows color (decimal): -4207165 or 12832191. OLE color: 12832191.

HSL color Cylindrical-coordinate representation of color #BFCDC3: hue angle of 137.14º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCDC3 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 195 -
CMYK 0.07 0 0.05 0.20
HSL 137.14º 0.12% 0.78% -
HSV(B) 137.14º 0.07% 0.8% -
XYZ 53.17 58.68 60.15 -
YUV 199.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 191 205 195 0.07 0 0.05 0.20 137.14 0.12 0.78
Hex BF CD C3 7 0 5 14 89 C 4E
Octal 277 315 303 7 0 5 24 211 14 116
Binary 10111111 11001101 11000011 111 0 101 10100 10001001 1100 1001110

Color Harmonies of #BFCDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDC3

Black with #BFCDC3

Text Example


Text Example

White with #BFCDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDC3; }

 p { color: rgb(191,205,195); }

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

background-color css

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

 a { background-color: rgb(191,205,195); }

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

border-color css

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

 span { border-color: rgb(191,205,195); }

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