Html Css Color HEX #B6ADFE Perano

📋 copy color: '#B6ADFE'

red 182 ◦ green 173 ◦ blue 254

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

Shades of Perano #B6ADFE

Tints of Perano #B6ADFE

RGB

 RED value IS 182 (71.48% from 255) = 29.89%

 GREEN value IS 173 (67.97% from 255) = 28.41%

 BLUE value IS 254 (99.61% from 255) = 41.71%

R = 29.89%
G = 28.41%
B = 41.71%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B6ADFE (or 0xB6ADFE) is known color: Perano. HEX triplet: B6, AD and FE. RGB value is (182,173,254). Sum of RGB (Red+Green+Blue) = 182+173+254=609 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.89% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ADFE is #495201. Grayscale: #B8B8B8. Windows color (decimal): -4805122 or 16690614. OLE color: 16690614.

HSL color Cylindrical-coordinate representation of color #B6ADFE: hue angle of 246.67º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6ADFE is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 173 254 -
CMYK 0.28 0.32 0 0.00
HSL 246.67º 0.98% 0.84% -
HSV(B) 246.67º 0.32% 1% -
XYZ 52.12 46.99 100.09 -
YUV 184.93 166.98 125.91 -
System Red Green Blue C M Y K H S L
Decimal 182 173 254 0.28 0.32 0 0.00 246.67 0.98 0.84
Hex B6 AD FE 1C 20 0 0 F7 62 54
Octal 266 255 376 34 40 0 0 367 142 124
Binary 10110110 10101101 11111110 11100 100000 0 0 11110111 1100010 1010100

Color Harmonies of #B6ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ADFE

Black with #B6ADFE

Text Example


Text Example

White with #B6ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ADFE; }

 p { color: rgb(182,173,254); }

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

background-color css

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

 a { background-color: rgb(182,173,254); }

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

border-color css

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

 span { border-color: rgb(182,173,254); }

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