#CABAFE

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

Shades of Lavender Blue #CABAFE

Tints of Lavender Blue #CABAFE

Color information

#CABAFE (or 0xCABAFE) is unknown color: approx Lavender Blue. HEX triplet: CA, BA and FE. RGB value is (202,186,254). Sum of RGB (Red+Green+Blue) = 202+186+254=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #CABAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAFE is #354501. Grayscale: #C6C6C6. Windows color (decimal): -3491074 or 16693962. OLE color: 16693962.

HSL color Cylindrical-coordinate representation of color #CABAFE: hue angle of 254.12º 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 #CABAFE is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202186254-
CMYK0.200.2700.00
HSL254.12º97.14%86.27%-
HSV(B)254.12º26.77%99.61%-
XYZ59.8154.83101.2-
YUV198.54159.3130.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 186 (73.05% from 255) = 28.97%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=31.46%
G=28.97%
B=39.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021862540.200.2700.00254.1297.1486.27
HexCABAFE141B00fe6156
Octal312272376243300376141126
Binary1100101010111010111111101010011011001111111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAFE; }

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

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

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

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

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

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

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

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