Html Css Color HEX #C0BAF3 Lavender Blue

📋 copy color: '#C0BAF3'

red 192 ◦ green 186 ◦ blue 243

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

Shades of Lavender Blue #C0BAF3

Tints of Lavender Blue #C0BAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.13%

R = 30.92%
G = 29.95%
B = 39.13%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0BAF3 (or 0xC0BAF3) is known color: Lavender Blue. HEX triplet: C0, BA and F3. RGB value is (192,186,243). Sum of RGB (Red+Green+Blue) = 192+186+243=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAF3 is #3F450C. Grayscale: #C2C2C2. Windows color (decimal): -4146445 or 15973056. OLE color: 15973056.

HSL color Cylindrical-coordinate representation of color #C0BAF3: hue angle of 246.32º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0BAF3 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 186 243 -
CMYK 0.21 0.23 0 0.05
HSL 246.32º 0.7% 0.84% -
HSV(B) 246.32º 0.23% 0.95% -
XYZ 55.47 52.8 92.06 -
YUV 194.29 155.49 126.37 -
System Red Green Blue C M Y K H S L
Decimal 192 186 243 0.21 0.23 0 0.05 246.32 0.7 0.84
Hex C0 BA F3 15 17 0 5 F6 46 54
Octal 300 272 363 25 27 0 5 366 106 124
Binary 11000000 10111010 11110011 10101 10111 0 101 11110110 1000110 1010100

Color Harmonies of #C0BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BAF3

Black with #C0BAF3

Text Example


Text Example

White with #C0BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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