Html Css Color HEX #B2A7FA Perano

📋 copy color: '#B2A7FA'

red 178 ◦ green 167 ◦ blue 250

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

Shades of Perano #B2A7FA

Tints of Perano #B2A7FA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.07%

 BLUE value IS 250 (98.05% from 255) = 42.02%

R = 29.92%
G = 28.07%
B = 42.02%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2A7FA (or 0xB2A7FA) is known color: Perano. HEX triplet: B2, A7 and FA. RGB value is (178,167,250). Sum of RGB (Red+Green+Blue) = 178+167+250=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 167 (65.62% from 255 or 28.07% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2A7FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A7FA is #4D5805. Grayscale: #B3B3B3. Windows color (decimal): -5068806 or 16426930. OLE color: 16426930.

HSL color Cylindrical-coordinate representation of color #B2A7FA: hue angle of 247.95º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2A7FA is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 167 250 -
CMYK 0.29 0.33 0 0.02
HSL 247.95º 0.89% 0.82% -
HSV(B) 247.95º 0.33% 0.98% -
XYZ 49.43 44 96.33 -
YUV 179.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 178 167 250 0.29 0.33 0 0.02 247.95 0.89 0.82
Hex B2 A7 FA 1D 21 0 2 F8 59 52
Octal 262 247 372 35 41 0 2 370 131 122
Binary 10110010 10100111 11111010 11101 100001 0 10 11111000 1011001 1010010

Color Harmonies of #B2A7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A7FA

Black with #B2A7FA

Text Example


Text Example

White with #B2A7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A7FA; }

 p { color: rgb(178,167,250); }

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

background-color css

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

 a { background-color: rgb(178,167,250); }

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

border-color css

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

 span { border-color: rgb(178,167,250); }

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