Html Css Color HEX #B2ACF6 Perano

📋 copy color: '#B2ACF6'

red 178 ◦ green 172 ◦ blue 246

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

Shades of Perano #B2ACF6

Tints of Perano #B2ACF6

RGB

 RED value IS 178 (69.92% from 255) = 29.87%

 GREEN value IS 172 (67.58% from 255) = 28.86%

 BLUE value IS 246 (96.48% from 255) = 41.28%

R = 29.87%
G = 28.86%
B = 41.28%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B2ACF6 (or 0xB2ACF6) is known color: Perano. HEX triplet: B2, AC and F6. RGB value is (178,172,246). Sum of RGB (Red+Green+Blue) = 178+172+246=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 246 (96.48% from 255 or 41.28% from 596); Max value from RGB is 246 - color contains mainly: blue. Hex color #B2ACF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ACF6 is #4D5309. Grayscale: #B5B5B5. Windows color (decimal): -5067530 or 16166066. OLE color: 16166066.

HSL color Cylindrical-coordinate representation of color #B2ACF6: hue angle of 244.86º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2ACF6 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 172 246 -
CMYK 0.28 0.30 0 0.04
HSL 244.86º 0.8% 0.82% -
HSV(B) 244.86º 0.3% 0.96% -
XYZ 49.75 45.62 93.37 -
YUV 182.23 163.99 124.98 -
System Red Green Blue C M Y K H S L
Decimal 178 172 246 0.28 0.30 0 0.04 244.86 0.8 0.82
Hex B2 AC F6 1C 1E 0 4 F5 50 52
Octal 262 254 366 34 36 0 4 365 120 122
Binary 10110010 10101100 11110110 11100 11110 0 100 11110101 1010000 1010010

Color Harmonies of #B2ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ACF6

Black with #B2ACF6

Text Example


Text Example

White with #B2ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ACF6; }

 p { color: rgb(178,172,246); }

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

background-color css

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

 a { background-color: rgb(178,172,246); }

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

border-color css

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

 span { border-color: rgb(178,172,246); }

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