#C8BAFE

Color #C8BAFE Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C8BAFE

Tints of Lavender Blue #C8BAFE

Color information

#C8BAFE (or 0xC8BAFE) is unknown color: approx Lavender Blue. HEX triplet: C8, BA and FE. RGB value is (200,186,254). Sum of RGB (Red+Green+Blue) = 200+186+254=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAFE is #374501. Grayscale: #C5C5C5. Windows color (decimal): -3622146 or 16693960. OLE color: 16693960.

HSL color Cylindrical-coordinate representation of color #C8BAFE: hue angle of 252.35º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8BAFE is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB200186254-
CMYK0.210.2700.00
HSL252.35º97.14%86.27%-
HSV(B)252.35º26.77%99.61%-
XYZ59.2754.55101.17-
YUV197.94159.64129.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.25%
GREEN value IS 186 (73.05% from 255) = 29.06%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=31.25%
G=29.06%
B=39.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2001862540.210.2700.00252.3597.1486.27
HexC8BAFE151B00fc6156
Octal310272376253300374141126
Binary1100100010111010111111101010111011001111110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAFE; }

 p { color: rgb(200,186,254); }

 H1.HeaderClassName
 {
   color: #C8BAFE;
 }
 .AnyTagClassName
 {
   color: #C8BAFE;
 }
</style>
background-color css

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

 a { background-color: rgb(200,186,254); }

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

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

 span { border-color: rgb(200,186,254); }

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