Html Css Color HEX #C0BAFB Lavender Blue

📋 copy color: '#C0BAFB'

red 192 ◦ green 186 ◦ blue 251

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

Shades of Lavender Blue #C0BAFB

Tints of Lavender Blue #C0BAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.9%

R = 30.52%
G = 29.57%
B = 39.9%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0BAFB (or 0xC0BAFB) is known color: Lavender Blue. HEX triplet: C0, BA and FB. RGB value is (192,186,251). Sum of RGB (Red+Green+Blue) = 192+186+251=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAFB is #3F4504. Grayscale: #C2C2C2. Windows color (decimal): -4146437 or 16497344. OLE color: 16497344.

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

Color convert

RGB 192 186 251 -
CMYK 0.24 0.26 0 0.02
HSL 245.54º 0.89% 0.86% -
HSV(B) 245.54º 0.26% 0.98% -
XYZ 56.71 53.29 98.56 -
YUV 195.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 192 186 251 0.24 0.26 0 0.02 245.54 0.89 0.86
Hex C0 BA FB 18 1A 0 2 F6 59 56
Octal 300 272 373 30 32 0 2 366 131 126
Binary 11000000 10111010 11111011 11000 11010 0 10 11110110 1011001 1010110

Color Harmonies of #C0BAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BAFB

Black with #C0BAFB

Text Example


Text Example

White with #C0BAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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