Html Css Color HEX #B7B2FA Perano

📋 copy color: '#B7B2FA'

red 183 ◦ green 178 ◦ blue 250

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

Shades of Perano #B7B2FA

Tints of Perano #B7B2FA

RGB

 RED value IS 183 (71.88% from 255) = 29.95%

 GREEN value IS 178 (69.92% from 255) = 29.13%

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

R = 29.95%
G = 29.13%
B = 40.92%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B7B2FA (or 0xB7B2FA) is known color: Perano. HEX triplet: B7, B2 and FA. RGB value is (183,178,250). Sum of RGB (Red+Green+Blue) = 183+178+250=611 (80% of max value = 765). Red value is 183 (71.88% from 255 or 29.95% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7B2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B2FA is #484D05. Grayscale: #BBBBBB. Windows color (decimal): -4738310 or 16429751. OLE color: 16429751.

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

Color convert

RGB 183 178 250 -
CMYK 0.27 0.29 0 0.02
HSL 244.17º 0.88% 0.84% -
HSV(B) 244.17º 0.29% 0.98% -
XYZ 52.7 48.81 97.09 -
YUV 187.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 183 178 250 0.27 0.29 0 0.02 244.17 0.88 0.84
Hex B7 B2 FA 1B 1D 0 2 F4 58 54
Octal 267 262 372 33 35 0 2 364 130 124
Binary 10110111 10110010 11111010 11011 11101 0 10 11110100 1011000 1010100

Color Harmonies of #B7B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B2FA

Black with #B7B2FA

Text Example


Text Example

White with #B7B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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