Html Css Color HEX #C0BBFA Lavender Blue

📋 copy color: '#C0BBFA'

red 192 ◦ green 187 ◦ blue 250

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

Shades of Lavender Blue #C0BBFA

Tints of Lavender Blue #C0BBFA

RGB

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

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

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

R = 30.52%
G = 29.73%
B = 39.75%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0BBFA (or 0xC0BBFA) is known color: Lavender Blue. HEX triplet: C0, BB and FA. RGB value is (192,187,250). Sum of RGB (Red+Green+Blue) = 192+187+250=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBFA is #3F4405. Grayscale: #C3C3C3. Windows color (decimal): -4146182 or 16432064. OLE color: 16432064.

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

Color convert

RGB 192 187 250 -
CMYK 0.23 0.25 0 0.02
HSL 244.76º 0.86% 0.86% -
HSV(B) 244.76º 0.25% 0.98% -
XYZ 56.76 53.65 97.81 -
YUV 195.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 192 187 250 0.23 0.25 0 0.02 244.76 0.86 0.86
Hex C0 BB FA 17 19 0 2 F5 56 56
Octal 300 273 372 27 31 0 2 365 126 126
Binary 11000000 10111011 11111010 10111 11001 0 10 11110101 1010110 1010110

Color Harmonies of #C0BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BBFA

Black with #C0BBFA

Text Example


Text Example

White with #C0BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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