Html Css Color HEX #B4B9FE Perano

📋 copy color: '#B4B9FE'

red 180 ◦ green 185 ◦ blue 254

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

Shades of Perano #B4B9FE

Tints of Perano #B4B9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.03%

R = 29.08%
G = 29.89%
B = 41.03%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B4B9FE (or 0xB4B9FE) is known color: Perano. HEX triplet: B4, B9 and FE. RGB value is (180,185,254). Sum of RGB (Red+Green+Blue) = 180+185+254=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4B9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B9FE is #4B4601. Grayscale: #BFBFBF. Windows color (decimal): -4933122 or 16693684. OLE color: 16693684.

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

Color convert

RGB 180 185 254 -
CMYK 0.29 0.27 0 0.00
HSL 235.95º 0.97% 0.85% -
HSV(B) 235.95º 0.29% 1% -
XYZ 54.06 51.56 100.87 -
YUV 191.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 180 185 254 0.29 0.27 0 0.00 235.95 0.97 0.85
Hex B4 B9 FE 1D 1B 0 0 EC 61 55
Octal 264 271 376 35 33 0 0 354 141 125
Binary 10110100 10111001 11111110 11101 11011 0 0 11101100 1100001 1010101

Color Harmonies of #B4B9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B9FE

Black with #B4B9FE

Text Example


Text Example

White with #B4B9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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