#C8BDFF

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

Shades of Lavender Blue #C8BDFF

Tints of Lavender Blue #C8BDFF

Color information

#C8BDFF (or 0xC8BDFF) is unknown color: approx Lavender Blue. HEX triplet: C8, BD and FF. RGB value is (200,189,255). Sum of RGB (Red+Green+Blue) = 200+189+255=644 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.06% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDFF is #374200. Grayscale: #C7C7C7. Windows color (decimal): -3621377 or 16760264. OLE color: 16760264.

HSL color Cylindrical-coordinate representation of color #C8BDFF: hue angle of 250º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8BDFF is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB200189255-
CMYK0.220.2600
HSL250º100%87.06%-
HSV(B)250º25.88%100%-
XYZ60.0755.89102.23-
YUV199.81159.14128.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.06%
GREEN value IS 189 (74.22% from 255) = 29.35%
BLUE value IS 255 (100% from 255) = 39.60%
R=31.06%
G=29.35%
B=39.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001892550.220.260025010087.06
HexC8BDFF161A00fa6457
Octal310275377263200372144127
Binary1100100010111101111111111011011010001111101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDFF; }

 p { color: rgb(200,189,255); }

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

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

 a { background-color: rgb(200,189,255); }

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

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

 span { border-color: rgb(200,189,255); }

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