Html Css Color HEX #C0BBFE Lavender Blue

📋 copy color: '#C0BBFE'

red 192 ◦ green 187 ◦ blue 254

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

Shades of Lavender Blue #C0BBFE

Tints of Lavender Blue #C0BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.54%

 BLUE value IS 254 (99.61% from 255) = 40.13%

R = 30.33%
G = 29.54%
B = 40.13%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C0BBFE (or 0xC0BBFE) is known color: Lavender Blue. HEX triplet: C0, BB and FE. RGB value is (192,187,254). Sum of RGB (Red+Green+Blue) = 192+187+254=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBFE is #3F4401. Grayscale: #C3C3C3. Windows color (decimal): -4146178 or 16694208. OLE color: 16694208.

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

Color convert

RGB 192 187 254 -
CMYK 0.24 0.26 0 0.00
HSL 244.48º 0.97% 0.86% -
HSV(B) 244.48º 0.26% 1% -
XYZ 57.4 53.9 101.15 -
YUV 196.13 160.66 125.05 -
System Red Green Blue C M Y K H S L
Decimal 192 187 254 0.24 0.26 0 0.00 244.48 0.97 0.86
Hex C0 BB FE 18 1A 0 0 F4 61 56
Octal 300 273 376 30 32 0 0 364 141 126
Binary 11000000 10111011 11111110 11000 11010 0 0 11110100 1100001 1010110

Color Harmonies of #C0BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BBFE

Black with #C0BBFE

Text Example


Text Example

White with #C0BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BBFE; }

 p { color: rgb(192,187,254); }

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

background-color css

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

 a { background-color: rgb(192,187,254); }

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

border-color css

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

 span { border-color: rgb(192,187,254); }

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