Html Css Color HEX #B4B8FB Perano

📋 copy color: '#B4B8FB'

red 180 ◦ green 184 ◦ blue 251

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

Shades of Perano #B4B8FB

Tints of Perano #B4B8FB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.92%

 BLUE value IS 251 (98.44% from 255) = 40.81%

R = 29.27%
G = 29.92%
B = 40.81%

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

#B4B8FB (or 0xB4B8FB) is known color: Perano. HEX triplet: B4, B8 and FB. RGB value is (180,184,251). Sum of RGB (Red+Green+Blue) = 180+184+251=615 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.27% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4B8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B8FB is #4B4704. Grayscale: #BEBEBE. Windows color (decimal): -4933381 or 16496820. OLE color: 16496820.

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

Color convert

RGB 180 184 251 -
CMYK 0.28 0.27 0 0.02
HSL 236.62º 0.9% 0.85% -
HSV(B) 236.62º 0.28% 0.98% -
XYZ 53.38 50.95 98.29 -
YUV 190.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 180 184 251 0.28 0.27 0 0.02 236.62 0.9 0.85
Hex B4 B8 FB 1C 1B 0 2 ED 5A 55
Octal 264 270 373 34 33 0 2 355 132 125
Binary 10110100 10111000 11111011 11100 11011 0 10 11101101 1011010 1010101

Color Harmonies of #B4B8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B8FB

Black with #B4B8FB

Text Example


Text Example

White with #B4B8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B8FB; }

 p { color: rgb(180,184,251); }

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

background-color css

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

 a { background-color: rgb(180,184,251); }

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

border-color css

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

 span { border-color: rgb(180,184,251); }

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