Html Css Color HEX #C0BBFC Lavender Blue

📋 copy color: '#C0BBFC'

red 192 ◦ green 187 ◦ blue 252

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

Shades of Lavender Blue #C0BBFC

Tints of Lavender Blue #C0BBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.94%

R = 30.43%
G = 29.64%
B = 39.94%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0BBFC (or 0xC0BBFC) is known color: Lavender Blue. HEX triplet: C0, BB and FC. RGB value is (192,187,252). Sum of RGB (Red+Green+Blue) = 192+187+252=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBFC is #3F4403. Grayscale: #C3C3C3. Windows color (decimal): -4146180 or 16563136. OLE color: 16563136.

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

Color convert

RGB 192 187 252 -
CMYK 0.24 0.26 0 0.01
HSL 244.62º 0.92% 0.86% -
HSV(B) 244.62º 0.26% 0.99% -
XYZ 57.08 53.78 99.47 -
YUV 195.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 192 187 252 0.24 0.26 0 0.01 244.62 0.92 0.86
Hex C0 BB FC 18 1A 0 1 F5 5C 56
Octal 300 273 374 30 32 0 1 365 134 126
Binary 11000000 10111011 11111100 11000 11010 0 1 11110101 1011100 1010110

Color Harmonies of #C0BBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BBFC

Black with #C0BBFC

Text Example


Text Example

White with #C0BBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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