Html Css Color HEX #B4BBFD Perano

📋 copy color: '#B4BBFD'

red 180 ◦ green 187 ◦ blue 253

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

Shades of Perano #B4BBFD

Tints of Perano #B4BBFD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.16%

 BLUE value IS 253 (99.22% from 255) = 40.81%

R = 29.03%
G = 30.16%
B = 40.81%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B4BBFD (or 0xB4BBFD) is known color: Perano. HEX triplet: B4, BB and FD. RGB value is (180,187,253). Sum of RGB (Red+Green+Blue) = 180+187+253=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BBFD is #4B4402. Grayscale: #C0C0C0. Windows color (decimal): -4932611 or 16628660. OLE color: 16628660.

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

Color convert

RGB 180 187 253 -
CMYK 0.29 0.26 0 0.01
HSL 234.25º 0.95% 0.85% -
HSV(B) 234.25º 0.29% 0.99% -
XYZ 54.32 52.34 100.17 -
YUV 192.43 162.18 119.13 -
System Red Green Blue C M Y K H S L
Decimal 180 187 253 0.29 0.26 0 0.01 234.25 0.95 0.85
Hex B4 BB FD 1D 1A 0 1 EA 5F 55
Octal 264 273 375 35 32 0 1 352 137 125
Binary 10110100 10111011 11111101 11101 11010 0 1 11101010 1011111 1010101

Color Harmonies of #B4BBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BBFD

Black with #B4BBFD

Text Example


Text Example

White with #B4BBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BBFD; }

 p { color: rgb(180,187,253); }

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

background-color css

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

 a { background-color: rgb(180,187,253); }

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

border-color css

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

 span { border-color: rgb(180,187,253); }

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