Html Css Color HEX #B0ACF2 Perano

📋 copy color: '#B0ACF2'

red 176 ◦ green 172 ◦ blue 242

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

Shades of Perano #B0ACF2

Tints of Perano #B0ACF2

RGB

 RED value IS 176 (69.14% from 255) = 29.83%

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

 BLUE value IS 242 (94.92% from 255) = 41.02%

R = 29.83%
G = 29.15%
B = 41.02%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0ACF2 (or 0xB0ACF2) is known color: Perano. HEX triplet: B0, AC and F2. RGB value is (176,172,242). Sum of RGB (Red+Green+Blue) = 176+172+242=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0ACF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ACF2 is #4F530D. Grayscale: #B4B4B4. Windows color (decimal): -5198606 or 15903920. OLE color: 15903920.

HSL color Cylindrical-coordinate representation of color #B0ACF2: hue angle of 243.43º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0ACF2 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 172 242 -
CMYK 0.27 0.29 0 0.05
HSL 243.43º 0.73% 0.81% -
HSV(B) 243.43º 0.29% 0.95% -
XYZ 48.68 45.15 90.15 -
YUV 181.18 162.33 124.31 -
System Red Green Blue C M Y K H S L
Decimal 176 172 242 0.27 0.29 0 0.05 243.43 0.73 0.81
Hex B0 AC F2 1B 1D 0 5 F3 49 51
Octal 260 254 362 33 35 0 5 363 111 121
Binary 10110000 10101100 11110010 11011 11101 0 101 11110011 1001001 1010001

Color Harmonies of #B0ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ACF2

Black with #B0ACF2

Text Example


Text Example

White with #B0ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ACF2; }

 p { color: rgb(176,172,242); }

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

background-color css

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

 a { background-color: rgb(176,172,242); }

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

border-color css

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

 span { border-color: rgb(176,172,242); }

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