Html Css Color HEX #C0BCFC Lavender Blue

📋 copy color: '#C0BCFC'

red 192 ◦ green 188 ◦ blue 252

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

Shades of Lavender Blue #C0BCFC

Tints of Lavender Blue #C0BCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.75%

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

R = 30.38%
G = 29.75%
B = 39.87%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0BCFC (or 0xC0BCFC) is known color: Lavender Blue. HEX triplet: C0, BC and FC. RGB value is (192,188,252). Sum of RGB (Red+Green+Blue) = 192+188+252=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCFC is #3F4303. Grayscale: #C4C4C4. Windows color (decimal): -4145924 or 16563392. OLE color: 16563392.

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

Color convert

RGB 192 188 252 -
CMYK 0.24 0.25 0 0.01
HSL 243.75º 0.91% 0.86% -
HSV(B) 243.75º 0.25% 0.99% -
XYZ 57.29 54.2 99.54 -
YUV 196.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 192 188 252 0.24 0.25 0 0.01 243.75 0.91 0.86
Hex C0 BC FC 18 19 0 1 F4 5B 56
Octal 300 274 374 30 31 0 1 364 133 126
Binary 11000000 10111100 11111100 11000 11001 0 1 11110100 1011011 1010110

Color Harmonies of #C0BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BCFC

Black with #C0BCFC

Text Example


Text Example

White with #C0BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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