Html Css Color HEX #B4B9FF Perano

📋 copy color: '#B4B9FF'

red 180 ◦ green 185 ◦ blue 255

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

Shades of Perano #B4B9FF

Tints of Perano #B4B9FF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.84%

 BLUE value IS 255 (100% from 255) = 41.13%

R = 29.03%
G = 29.84%
B = 41.13%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B4B9FF (or 0xB4B9FF) is known color: Perano. HEX triplet: B4, B9 and FF. RGB value is (180,185,255). Sum of RGB (Red+Green+Blue) = 180+185+255=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B9FF is #4B4600. Grayscale: #BFBFBF. Windows color (decimal): -4933121 or 16759220. OLE color: 16759220.

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

Color convert

RGB 180 185 255 -
CMYK 0.29 0.27 0 0
HSL 236º 1% 0.85% -
HSV(B) 236º 0.29% 1% -
XYZ 54.22 51.62 101.71 -
YUV 191.49 163.84 119.81 -
System Red Green Blue C M Y K H S L
Decimal 180 185 255 0.29 0.27 0 0 236 1 0.85
Hex B4 B9 FF 1D 1B 0 0 EC 64 55
Octal 264 271 377 35 33 0 0 354 144 125
Binary 10110100 10111001 11111111 11101 11011 0 0 11101100 1100100 1010101

Color Harmonies of #B4B9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B9FF

Black with #B4B9FF

Text Example


Text Example

White with #B4B9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B9FF; }

 p { color: rgb(180,185,255); }

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

background-color css

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

 a { background-color: rgb(180,185,255); }

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

border-color css

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

 span { border-color: rgb(180,185,255); }

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