Html Css Color HEX #CABCFF Lavender Blue

📋 copy color: '#CABCFF'

red 202 ◦ green 188 ◦ blue 255

#CABCFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #CABCFF

Tints of Lavender Blue #CABCFF

RGB

 RED value IS 202 (79.3% from 255) = 31.32%

 GREEN value IS 188 (73.83% from 255) = 29.15%

 BLUE value IS 255 (100% from 255) = 39.53%

R = 31.32%
G = 29.15%
B = 39.53%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CABCFF (or 0xCABCFF) is known color: Lavender Blue. HEX triplet: CA, BC and FF. RGB value is (202,188,255). Sum of RGB (Red+Green+Blue) = 202+188+255=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #CABCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABCFF is #354300. Grayscale: #C7C7C7. Windows color (decimal): -3490561 or 16760010. OLE color: 16760010.

HSL color Cylindrical-coordinate representation of color #CABCFF: hue angle of 252.54º 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 #CABCFF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 188 255 -
CMYK 0.21 0.26 0 0
HSL 252.54º 1% 0.87% -
HSV(B) 252.54º 0.26% 1% -
XYZ 60.39 55.74 102.18 -
YUV 199.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 202 188 255 0.21 0.26 0 0 252.54 1 0.87
Hex CA BC FF 15 1A 0 0 FD 64 57
Octal 312 274 377 25 32 0 0 375 144 127
Binary 11001010 10111100 11111111 10101 11010 0 0 11111101 1100100 1010111

Color Harmonies of #CABCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABCFF

Black with #CABCFF

Text Example


Text Example

White with #CABCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABCFF; }

 p { color: rgb(202,188,255); }

 H1.HeaderClassName
 {
   color: #CABCFF;
 }
 .AnyTagClassName
 {
   color: #CABCFF;
 }
</style>

background-color css

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

 a { background-color: rgb(202,188,255); }

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

border-color css

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

 span { border-color: rgb(202,188,255); }

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