#C8BFF3

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

Shades of Lavender Blue #C8BFF3

Tints of Lavender Blue #C8BFF3

Color information

#C8BFF3 (or 0xC8BFF3) is unknown color: approx Lavender Blue. HEX triplet: C8, BF and F3. RGB value is (200,191,243). Sum of RGB (Red+Green+Blue) = 200+191+243=634 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.55% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8BFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFF3 is #37400C. Grayscale: #C7C7C7. Windows color (decimal): -3620877 or 15974344. OLE color: 15974344.

HSL color Cylindrical-coordinate representation of color #C8BFF3: hue angle of 250.38º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8BFF3 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB200191243-
CMYK0.180.2100.05
HSL250.38º68.42%85.1%-
HSV(B)250.38º21.4%95.29%-
XYZ58.6356.0192.52-
YUV199.62152.48128.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.55%
GREEN value IS 191 (75% from 255) = 30.13%
BLUE value IS 243 (95.31% from 255) = 38.33%
R=31.55%
G=30.13%
B=38.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001912430.180.2100.05250.3868.4285.1
HexC8BFF3121505fa4455
Octal310277363222505372104125
Binary110010001011111111110011100101010101011111101010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFF3; }

 p { color: rgb(200,191,243); }

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

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

 a { background-color: rgb(200,191,243); }

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

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

 span { border-color: rgb(200,191,243); }

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