Html Css Color HEX #C0BEFC Lavender Blue

📋 copy color: '#C0BEFC'

red 192 ◦ green 190 ◦ blue 252

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

Shades of Lavender Blue #C0BEFC

Tints of Lavender Blue #C0BEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.97%

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

R = 30.28%
G = 29.97%
B = 39.75%

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

#C0BEFC (or 0xC0BEFC) is known color: Lavender Blue. HEX triplet: C0, BE and FC. RGB value is (192,190,252). Sum of RGB (Red+Green+Blue) = 192+190+252=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0BEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEFC is #3F4103. Grayscale: #C5C5C5. Windows color (decimal): -4145412 or 16563904. OLE color: 16563904.

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

Color convert

RGB 192 190 252 -
CMYK 0.24 0.25 0 0.01
HSL 241.94º 0.91% 0.87% -
HSV(B) 241.94º 0.25% 0.99% -
XYZ 57.72 55.06 99.68 -
YUV 197.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 192 190 252 0.24 0.25 0 0.01 241.94 0.91 0.87
Hex C0 BE FC 18 19 0 1 F2 5B 57
Octal 300 276 374 30 31 0 1 362 133 127
Binary 11000000 10111110 11111100 11000 11001 0 1 11110010 1011011 1010111

Color Harmonies of #C0BEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BEFC

Black with #C0BEFC

Text Example


Text Example

White with #C0BEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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