Html Css Color HEX #B4BFE4 Perano

📋 copy color: '#B4BFE4'

red 180 ◦ green 191 ◦ blue 228

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

Shades of Perano #B4BFE4

Tints of Perano #B4BFE4

RGB

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

 GREEN value IS 191 (75% from 255) = 31.89%

 BLUE value IS 228 (89.45% from 255) = 38.06%

R = 30.05%
G = 31.89%
B = 38.06%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B4BFE4 (or 0xB4BFE4) is known color: Perano. HEX triplet: B4, BF and E4. RGB value is (180,191,228). Sum of RGB (Red+Green+Blue) = 180+191+228=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 228 (89.45% from 255 or 38.06% from 599); Max value from RGB is 228 - color contains mainly: blue. Hex color #B4BFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFE4 is #4B401B. Grayscale: #BFBFBF. Windows color (decimal): -4931612 or 14991284. OLE color: 14991284.

HSL color Cylindrical-coordinate representation of color #B4BFE4: hue angle of 226.25º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4BFE4 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 191 228 -
CMYK 0.21 0.16 0 0.11
HSL 226.25º 0.47% 0.8% -
HSV(B) 226.25º 0.21% 0.89% -
XYZ 51.46 52.57 80.83 -
YUV 191.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 180 191 228 0.21 0.16 0 0.11 226.25 0.47 0.8
Hex B4 BF E4 15 10 0 B E2 2F 50
Octal 264 277 344 25 20 0 13 342 57 120
Binary 10110100 10111111 11100100 10101 10000 0 1011 11100010 101111 1010000

Color Harmonies of #B4BFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BFE4

Black with #B4BFE4

Text Example


Text Example

White with #B4BFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BFE4; }

 p { color: rgb(180,191,228); }

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

background-color css

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

 a { background-color: rgb(180,191,228); }

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

border-color css

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

 span { border-color: rgb(180,191,228); }

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