Html Css Color HEX #C0BAFA Lavender Blue

📋 copy color: '#C0BAFA'

red 192 ◦ green 186 ◦ blue 250

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

Shades of Lavender Blue #C0BAFA

Tints of Lavender Blue #C0BAFA

RGB

 RED value IS 192 (75.39% from 255) = 30.57%

 GREEN value IS 186 (73.05% from 255) = 29.62%

 BLUE value IS 250 (98.05% from 255) = 39.81%

R = 30.57%
G = 29.62%
B = 39.81%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0BAFA (or 0xC0BAFA) is known color: Lavender Blue. HEX triplet: C0, BA and FA. RGB value is (192,186,250). Sum of RGB (Red+Green+Blue) = 192+186+250=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAFA is #3F4505. Grayscale: #C2C2C2. Windows color (decimal): -4146438 or 16431808. OLE color: 16431808.

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

Color convert

RGB 192 186 250 -
CMYK 0.23 0.26 0 0.02
HSL 245.63º 0.86% 0.85% -
HSV(B) 245.63º 0.26% 0.98% -
XYZ 56.55 53.23 97.74 -
YUV 195.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 192 186 250 0.23 0.26 0 0.02 245.63 0.86 0.85
Hex C0 BA FA 17 1A 0 2 F6 56 55
Octal 300 272 372 27 32 0 2 366 126 125
Binary 11000000 10111010 11111010 10111 11010 0 10 11110110 1010110 1010101

Color Harmonies of #C0BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BAFA

Black with #C0BAFA

Text Example


Text Example

White with #C0BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BAFA; }

 p { color: rgb(192,186,250); }

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

background-color css

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

 a { background-color: rgb(192,186,250); }

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

border-color css

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

 span { border-color: rgb(192,186,250); }

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