Html Css Color HEX #BFC1CC Lavender Grey

📋 copy color: '#BFC1CC'

red 191 ◦ green 193 ◦ blue 204

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

Shades of Lavender Grey #BFC1CC

Tints of Lavender Grey #BFC1CC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.82%

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

R = 32.48%
G = 32.82%
B = 34.69%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BFC1CC (or 0xBFC1CC) is known color: Lavender Grey. HEX triplet: BF, C1 and CC. RGB value is (191,193,204). Sum of RGB (Red+Green+Blue) = 191+193+204=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1CC is #403E33. Grayscale: #C1C1C1. Windows color (decimal): -4210228 or 13418943. OLE color: 13418943.

HSL color Cylindrical-coordinate representation of color #BFC1CC: hue angle of 230.77º 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 #BFC1CC is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 193 204 -
CMYK 0.06 0.05 0 0.2
HSL 230.77º 0.11% 0.77% -
HSV(B) 230.77º 0.06% 0.8% -
XYZ 51.45 53.58 64.76 -
YUV 193.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 191 193 204 0.06 0.05 0 0.2 230.77 0.11 0.77
Hex BF C1 CC 6 5 0 14 E7 B 4D
Octal 277 301 314 6 5 0 24 347 13 115
Binary 10111111 11000001 11001100 110 101 0 10100 11100111 1011 1001101

Color Harmonies of #BFC1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC1CC

Black with #BFC1CC

Text Example


Text Example

White with #BFC1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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