Html Css Color HEX #B2ACFD Perano

📋 copy color: '#B2ACFD'

red 178 ◦ green 172 ◦ blue 253

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

Shades of Perano #B2ACFD

Tints of Perano #B2ACFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.96%

R = 29.52%
G = 28.52%
B = 41.96%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B2ACFD (or 0xB2ACFD) is known color: Perano. HEX triplet: B2, AC and FD. RGB value is (178,172,253). Sum of RGB (Red+Green+Blue) = 178+172+253=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2ACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ACFD is #4D5302. Grayscale: #B6B6B6. Windows color (decimal): -5067523 or 16624818. OLE color: 16624818.

HSL color Cylindrical-coordinate representation of color #B2ACFD: hue angle of 244.44º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2ACFD is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 172 253 -
CMYK 0.30 0.32 0 0.01
HSL 244.44º 0.95% 0.83% -
HSV(B) 244.44º 0.32% 0.99% -
XYZ 50.84 46.06 99.14 -
YUV 183.03 167.49 124.41 -
System Red Green Blue C M Y K H S L
Decimal 178 172 253 0.30 0.32 0 0.01 244.44 0.95 0.83
Hex B2 AC FD 1E 20 0 1 F4 5F 53
Octal 262 254 375 36 40 0 1 364 137 123
Binary 10110010 10101100 11111101 11110 100000 0 1 11110100 1011111 1010011

Color Harmonies of #B2ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ACFD

Black with #B2ACFD

Text Example


Text Example

White with #B2ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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