Html Css Color HEX #B2ACF7 Perano

📋 copy color: '#B2ACF7'

red 178 ◦ green 172 ◦ blue 247

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

Shades of Perano #B2ACF7

Tints of Perano #B2ACF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.37%

R = 29.82%
G = 28.81%
B = 41.37%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B2ACF7 (or 0xB2ACF7) is known color: Perano. HEX triplet: B2, AC and F7. RGB value is (178,172,247). Sum of RGB (Red+Green+Blue) = 178+172+247=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #B2ACF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ACF7 is #4D5308. Grayscale: #B6B6B6. Windows color (decimal): -5067529 or 16231602. OLE color: 16231602.

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

Color convert

RGB 178 172 247 -
CMYK 0.28 0.30 0 0.03
HSL 244.8º 0.82% 0.82% -
HSV(B) 244.8º 0.3% 0.97% -
XYZ 49.9 45.69 94.18 -
YUV 182.34 164.49 124.9 -
System Red Green Blue C M Y K H S L
Decimal 178 172 247 0.28 0.30 0 0.03 244.8 0.82 0.82
Hex B2 AC F7 1C 1E 0 3 F5 52 52
Octal 262 254 367 34 36 0 3 365 122 122
Binary 10110010 10101100 11110111 11100 11110 0 11 11110101 1010010 1010010

Color Harmonies of #B2ACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ACF7

Black with #B2ACF7

Text Example


Text Example

White with #B2ACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ACF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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