Html Css Color HEX #BDBFCC Lavender Grey

📋 copy color: '#BDBFCC'

red 189 ◦ green 191 ◦ blue 204

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

Shades of Lavender Grey #BDBFCC

Tints of Lavender Grey #BDBFCC

RGB

 RED value IS 189 (74.22% from 255) = 32.36%

 GREEN value IS 191 (75% from 255) = 32.71%

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

R = 32.36%
G = 32.71%
B = 34.93%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BDBFCC (or 0xBDBFCC) is known color: Lavender Grey. HEX triplet: BD, BF and CC. RGB value is (189,191,204). Sum of RGB (Red+Green+Blue) = 189+191+204=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFCC is #424033. Grayscale: #BFBFBF. Windows color (decimal): -4341812 or 13418429. OLE color: 13418429.

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

Color convert

RGB 189 191 204 -
CMYK 0.07 0.06 0 0.2
HSL 232º 0.13% 0.77% -
HSV(B) 232º 0.07% 0.8% -
XYZ 50.52 52.44 64.59 -
YUV 191.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 189 191 204 0.07 0.06 0 0.2 232 0.13 0.77
Hex BD BF CC 7 6 0 14 E8 D 4D
Octal 275 277 314 7 6 0 24 350 15 115
Binary 10111101 10111111 11001100 111 110 0 10100 11101000 1101 1001101

Color Harmonies of #BDBFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFCC

Black with #BDBFCC

Text Example


Text Example

White with #BDBFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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