Html Css Color HEX #C0BFFA Lavender Blue

📋 copy color: '#C0BFFA'

red 192 ◦ green 191 ◦ blue 250

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

Shades of Lavender Blue #C0BFFA

Tints of Lavender Blue #C0BFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 30.17%

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

R = 30.33%
G = 30.17%
B = 39.49%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0BFFA (or 0xC0BFFA) is known color: Lavender Blue. HEX triplet: C0, BF and FA. RGB value is (192,191,250). Sum of RGB (Red+Green+Blue) = 192+191+250=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0BFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BFFA is #3F4005. Grayscale: #C5C5C5. Windows color (decimal): -4145158 or 16433088. OLE color: 16433088.

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

Color convert

RGB 192 191 250 -
CMYK 0.23 0.24 0 0.02
HSL 241.02º 0.86% 0.86% -
HSV(B) 241.02º 0.24% 0.98% -
XYZ 57.62 55.37 98.09 -
YUV 198.03 157.33 123.7 -
System Red Green Blue C M Y K H S L
Decimal 192 191 250 0.23 0.24 0 0.02 241.02 0.86 0.86
Hex C0 BF FA 17 18 0 2 F1 56 56
Octal 300 277 372 27 30 0 2 361 126 126
Binary 11000000 10111111 11111010 10111 11000 0 10 11110001 1010110 1010110

Color Harmonies of #C0BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BFFA

Black with #C0BFFA

Text Example


Text Example

White with #C0BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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