Html Css Color HEX #BCC0DF Lavender Grey

📋 copy color: '#BCC0DF'

red 188 ◦ green 192 ◦ blue 223

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

Shades of Lavender Grey #BCC0DF

Tints of Lavender Grey #BCC0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.98%

R = 31.18%
G = 31.84%
B = 36.98%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCC0DF (or 0xBCC0DF) is known color: Lavender Grey. HEX triplet: BC, C0 and DF. RGB value is (188,192,223). Sum of RGB (Red+Green+Blue) = 188+192+223=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0DF is #433F20. Grayscale: #C2C2C2. Windows color (decimal): -4407073 or 14663868. OLE color: 14663868.

HSL color Cylindrical-coordinate representation of color #BCC0DF: hue angle of 233.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCC0DF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 192 223 -
CMYK 0.16 0.14 0 0.13
HSL 233.14º 0.35% 0.81% -
HSV(B) 233.14º 0.16% 0.87% -
XYZ 52.91 53.72 77.39 -
YUV 194.34 144.17 123.48 -
System Red Green Blue C M Y K H S L
Decimal 188 192 223 0.16 0.14 0 0.13 233.14 0.35 0.81
Hex BC C0 DF 10 E 0 D E9 23 51
Octal 274 300 337 20 16 0 15 351 43 121
Binary 10111100 11000000 11011111 10000 1110 0 1101 11101001 100011 1010001

Color Harmonies of #BCC0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0DF

Black with #BCC0DF

Text Example


Text Example

White with #BCC0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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