Html Css Color HEX #B4B1F9 Perano

📋 copy color: '#B4B1F9'

red 180 ◦ green 177 ◦ blue 249

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

Shades of Perano #B4B1F9

Tints of Perano #B4B1F9

RGB

 RED value IS 180 (70.7% from 255) = 29.7%

 GREEN value IS 177 (69.53% from 255) = 29.21%

 BLUE value IS 249 (97.66% from 255) = 41.09%

R = 29.7%
G = 29.21%
B = 41.09%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B4B1F9 (or 0xB4B1F9) is known color: Perano. HEX triplet: B4, B1 and F9. RGB value is (180,177,249). Sum of RGB (Red+Green+Blue) = 180+177+249=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #B4B1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4B1F9 is #4B4E06. Grayscale: #B9B9B9. Windows color (decimal): -4935175 or 16363956. OLE color: 16363956.

HSL color Cylindrical-coordinate representation of color #B4B1F9: hue angle of 242.5º degrees, saturation: 0.86, 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 #B4B1F9 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 177 249 -
CMYK 0.28 0.29 0 0.02
HSL 242.5º 0.86% 0.84% -
HSV(B) 242.5º 0.29% 0.98% -
XYZ 51.64 47.99 96.16 -
YUV 186.11 163.49 123.65 -
System Red Green Blue C M Y K H S L
Decimal 180 177 249 0.28 0.29 0 0.02 242.5 0.86 0.84
Hex B4 B1 F9 1C 1D 0 2 F2 56 54
Octal 264 261 371 34 35 0 2 362 126 124
Binary 10110100 10110001 11111001 11100 11101 0 10 11110010 1010110 1010100

Color Harmonies of #B4B1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B1F9

Black with #B4B1F9

Text Example


Text Example

White with #B4B1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B1F9; }

 p { color: rgb(180,177,249); }

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

background-color css

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

 a { background-color: rgb(180,177,249); }

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

border-color css

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

 span { border-color: rgb(180,177,249); }

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