Html Css Color HEX #B2A5FD Perano

📋 copy color: '#B2A5FD'

red 178 ◦ green 165 ◦ blue 253

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

Shades of Perano #B2A5FD

Tints of Perano #B2A5FD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.68%

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

R = 29.87%
G = 27.68%
B = 42.45%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B2A5FD (or 0xB2A5FD) is known color: Perano. HEX triplet: B2, A5 and FD. RGB value is (178,165,253). Sum of RGB (Red+Green+Blue) = 178+165+253=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2A5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A5FD is #4D5A02. Grayscale: #B2B2B2. Windows color (decimal): -5069315 or 16623026. OLE color: 16623026.

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

Color convert

RGB 178 165 253 -
CMYK 0.30 0.35 0 0.01
HSL 248.86º 0.96% 0.82% -
HSV(B) 248.86º 0.35% 0.99% -
XYZ 49.54 43.47 98.71 -
YUV 178.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 178 165 253 0.30 0.35 0 0.01 248.86 0.96 0.82
Hex B2 A5 FD 1E 23 0 1 F9 60 52
Octal 262 245 375 36 43 0 1 371 140 122
Binary 10110010 10100101 11111101 11110 100011 0 1 11111001 1100000 1010010

Color Harmonies of #B2A5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A5FD

Black with #B2A5FD

Text Example


Text Example

White with #B2A5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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