Html Css Color HEX #B2BCFE Perano

📋 copy color: '#B2BCFE'

red 178 ◦ green 188 ◦ blue 254

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

Shades of Perano #B2BCFE

Tints of Perano #B2BCFE

RGB

 RED value IS 178 (69.92% from 255) = 28.71%

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

 BLUE value IS 254 (99.61% from 255) = 40.97%

R = 28.71%
G = 30.32%
B = 40.97%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B2BCFE (or 0xB2BCFE) is known color: Perano. HEX triplet: B2, BC and FE. RGB value is (178,188,254). Sum of RGB (Red+Green+Blue) = 178+188+254=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BCFE is #4D4301. Grayscale: #C0C0C0. Windows color (decimal): -5063426 or 16694450. OLE color: 16694450.

HSL color Cylindrical-coordinate representation of color #B2BCFE: hue angle of 232.11º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2BCFE is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 188 254 -
CMYK 0.30 0.26 0 0.00
HSL 232.11º 0.97% 0.85% -
HSV(B) 232.11º 0.3% 1% -
XYZ 54.23 52.59 101.06 -
YUV 192.53 162.69 117.63 -
System Red Green Blue C M Y K H S L
Decimal 178 188 254 0.30 0.26 0 0.00 232.11 0.97 0.85
Hex B2 BC FE 1E 1A 0 0 E8 61 55
Octal 262 274 376 36 32 0 0 350 141 125
Binary 10110010 10111100 11111110 11110 11010 0 0 11101000 1100001 1010101

Color Harmonies of #B2BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BCFE

Black with #B2BCFE

Text Example


Text Example

White with #B2BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BCFE; }

 p { color: rgb(178,188,254); }

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

background-color css

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

 a { background-color: rgb(178,188,254); }

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

border-color css

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

 span { border-color: rgb(178,188,254); }

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