Html Css Color HEX #B4BCF1 Perano

📋 copy color: '#B4BCF1'

red 180 ◦ green 188 ◦ blue 241

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

Shades of Perano #B4BCF1

Tints of Perano #B4BCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.87%

 BLUE value IS 241 (94.53% from 255) = 39.57%

R = 29.56%
G = 30.87%
B = 39.57%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B4BCF1 (or 0xB4BCF1) is known color: Perano. HEX triplet: B4, BC and F1. RGB value is (180,188,241). Sum of RGB (Red+Green+Blue) = 180+188+241=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #B4BCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BCF1 is #4B430E. Grayscale: #BFBFBF. Windows color (decimal): -4932367 or 15842484. OLE color: 15842484.

HSL color Cylindrical-coordinate representation of color #B4BCF1: hue angle of 232.13º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4BCF1 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 188 241 -
CMYK 0.25 0.22 0 0.05
HSL 232.13º 0.69% 0.83% -
HSV(B) 232.13º 0.25% 0.95% -
XYZ 52.68 52.02 90.48 -
YUV 191.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 180 188 241 0.25 0.22 0 0.05 232.13 0.69 0.83
Hex B4 BC F1 19 16 0 5 E8 45 53
Octal 264 274 361 31 26 0 5 350 105 123
Binary 10110100 10111100 11110001 11001 10110 0 101 11101000 1000101 1010011

Color Harmonies of #B4BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BCF1

Black with #B4BCF1

Text Example


Text Example

White with #B4BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BCF1; }

 p { color: rgb(180,188,241); }

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

background-color css

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

 a { background-color: rgb(180,188,241); }

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

border-color css

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

 span { border-color: rgb(180,188,241); }

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