Html Css Color HEX #B4B6FA Perano

📋 copy color: '#B4B6FA'

red 180 ◦ green 182 ◦ blue 250

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

Shades of Perano #B4B6FA

Tints of Perano #B4B6FA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.74%

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

R = 29.41%
G = 29.74%
B = 40.85%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B4B6FA (or 0xB4B6FA) is known color: Perano. HEX triplet: B4, B6 and FA. RGB value is (180,182,250). Sum of RGB (Red+Green+Blue) = 180+182+250=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4B6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B6FA is #4B4905. Grayscale: #BCBCBC. Windows color (decimal): -4933894 or 16430772. OLE color: 16430772.

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

Color convert

RGB 180 182 250 -
CMYK 0.28 0.27 0 0.02
HSL 238.29º 0.88% 0.84% -
HSV(B) 238.29º 0.28% 0.98% -
XYZ 52.81 50.06 97.32 -
YUV 189.15 162.34 121.47 -
System Red Green Blue C M Y K H S L
Decimal 180 182 250 0.28 0.27 0 0.02 238.29 0.88 0.84
Hex B4 B6 FA 1C 1B 0 2 EE 58 54
Octal 264 266 372 34 33 0 2 356 130 124
Binary 10110100 10110110 11111010 11100 11011 0 10 11101110 1011000 1010100

Color Harmonies of #B4B6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B6FA

Black with #B4B6FA

Text Example


Text Example

White with #B4B6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B6FA; }

 p { color: rgb(180,182,250); }

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

background-color css

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

 a { background-color: rgb(180,182,250); }

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

border-color css

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

 span { border-color: rgb(180,182,250); }

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