Html Css Color HEX #C0B8FC Lavender Blue

📋 copy color: '#C0B8FC'

red 192 ◦ green 184 ◦ blue 252

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

Shades of Lavender Blue #C0B8FC

Tints of Lavender Blue #C0B8FC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.3%

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

R = 30.57%
G = 29.3%
B = 40.13%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0B8FC (or 0xC0B8FC) is known color: Lavender Blue. HEX triplet: C0, B8 and FC. RGB value is (192,184,252). Sum of RGB (Red+Green+Blue) = 192+184+252=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0B8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B8FC is #3F4703. Grayscale: #C1C1C1. Windows color (decimal): -4146948 or 16562368. OLE color: 16562368.

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

Color convert

RGB 192 184 252 -
CMYK 0.24 0.27 0 0.01
HSL 247.06º 0.92% 0.85% -
HSV(B) 247.06º 0.27% 0.99% -
XYZ 56.45 52.52 99.26 -
YUV 194.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 192 184 252 0.24 0.27 0 0.01 247.06 0.92 0.85
Hex C0 B8 FC 18 1B 0 1 F7 5C 55
Octal 300 270 374 30 33 0 1 367 134 125
Binary 11000000 10111000 11111100 11000 11011 0 1 11110111 1011100 1010101

Color Harmonies of #C0B8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B8FC

Black with #C0B8FC

Text Example


Text Example

White with #C0B8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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