#CCBDFA

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

Shades of Lavender Blue #CCBDFA

Tints of Lavender Blue #CCBDFA

Color information

#CCBDFA (or 0xCCBDFA) is unknown color: approx Lavender Blue. HEX triplet: CC, BD and FA. RGB value is (204,189,250). Sum of RGB (Red+Green+Blue) = 204+189+250=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCBDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBDFA is #334205. Grayscale: #C8C8C8. Windows color (decimal): -3359238 or 16432588. OLE color: 16432588.

HSL color Cylindrical-coordinate representation of color #CCBDFA: hue angle of 254.75º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCBDFA is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204189250-
CMYK0.180.2400.02
HSL254.75º85.92%86.08%-
HSV(B)254.75º24.4%98.04%-
XYZ60.3556.1398.1-
YUV200.44155.97130.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 189 (74.22% from 255) = 29.39%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=31.73%
G=29.39%
B=38.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041892500.180.2400.02254.7585.9286.08
HexCCBDFA121802ff5656
Octal314275372223002377126126
Binary11001100101111011111101010010110000101111111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDFA; }

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

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

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

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

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

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

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

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