Html Css Color HEX #BFC0CC Lavender Grey

📋 copy color: '#BFC0CC'

red 191 ◦ green 192 ◦ blue 204

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

Shades of Lavender Grey #BFC0CC

Tints of Lavender Grey #BFC0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.75%

R = 32.54%
G = 32.71%
B = 34.75%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BFC0CC (or 0xBFC0CC) is known color: Lavender Grey. HEX triplet: BF, C0 and CC. RGB value is (191,192,204). Sum of RGB (Red+Green+Blue) = 191+192+204=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0CC is #403F33. Grayscale: #C1C1C1. Windows color (decimal): -4210484 or 13418687. OLE color: 13418687.

HSL color Cylindrical-coordinate representation of color #BFC0CC: hue angle of 235.38º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFC0CC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 192 204 -
CMYK 0.06 0.06 0 0.2
HSL 235.38º 0.11% 0.77% -
HSV(B) 235.38º 0.06% 0.8% -
XYZ 51.23 53.14 64.68 -
YUV 193.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 191 192 204 0.06 0.06 0 0.2 235.38 0.11 0.77
Hex BF C0 CC 6 6 0 14 EB B 4D
Octal 277 300 314 6 6 0 24 353 13 115
Binary 10111111 11000000 11001100 110 110 0 10100 11101011 1011 1001101

Color Harmonies of #BFC0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC0CC

Black with #BFC0CC

Text Example


Text Example

White with #BFC0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC0CC; }

 p { color: rgb(191,192,204); }

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

background-color css

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

 a { background-color: rgb(191,192,204); }

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

border-color css

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

 span { border-color: rgb(191,192,204); }

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