Html Css Color HEX #B4BCFC Perano

📋 copy color: '#B4BCFC'

red 180 ◦ green 188 ◦ blue 252

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

Shades of Perano #B4BCFC

Tints of Perano #B4BCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.65%

R = 29.03%
G = 30.32%
B = 40.65%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B4BCFC (or 0xB4BCFC) is known color: Perano. HEX triplet: B4, BC and FC. RGB value is (180,188,252). Sum of RGB (Red+Green+Blue) = 180+188+252=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BCFC is #4B4303. Grayscale: #C0C0C0. Windows color (decimal): -4932356 or 16563380. OLE color: 16563380.

HSL color Cylindrical-coordinate representation of color #B4BCFC: hue angle of 233.33º degrees, saturation: 0.92, 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 #B4BCFC is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 188 252 -
CMYK 0.29 0.25 0 0.01
HSL 233.33º 0.92% 0.85% -
HSV(B) 233.33º 0.29% 0.99% -
XYZ 54.38 52.7 99.4 -
YUV 192.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 180 188 252 0.29 0.25 0 0.01 233.33 0.92 0.85
Hex B4 BC FC 1D 19 0 1 E9 5C 55
Octal 264 274 374 35 31 0 1 351 134 125
Binary 10110100 10111100 11111100 11101 11001 0 1 11101001 1011100 1010101

Color Harmonies of #B4BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BCFC

Black with #B4BCFC

Text Example


Text Example

White with #B4BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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