Html Css Color HEX #B2BEFF Perano

📋 copy color: '#B2BEFF'

red 178 ◦ green 190 ◦ blue 255

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

Shades of Perano #B2BEFF

Tints of Perano #B2BEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.5%

 BLUE value IS 255 (100% from 255) = 40.93%

R = 28.57%
G = 30.5%
B = 40.93%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B2BEFF (or 0xB2BEFF) is known color: Perano. HEX triplet: B2, BE and FF. RGB value is (178,190,255). Sum of RGB (Red+Green+Blue) = 178+190+255=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BEFF is #4D4100. Grayscale: #C1C1C1. Windows color (decimal): -5062913 or 16760498. OLE color: 16760498.

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

Color convert

RGB 178 190 255 -
CMYK 0.30 0.25 0 0
HSL 230.65º 1% 0.85% -
HSV(B) 230.65º 0.3% 1% -
XYZ 54.82 53.51 102.05 -
YUV 193.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 178 190 255 0.30 0.25 0 0 230.65 1 0.85
Hex B2 BE FF 1E 19 0 0 E7 64 55
Octal 262 276 377 36 31 0 0 347 144 125
Binary 10110010 10111110 11111111 11110 11001 0 0 11100111 1100100 1010101

Color Harmonies of #B2BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BEFF

Black with #B2BEFF

Text Example


Text Example

White with #B2BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BEFF; }

 p { color: rgb(178,190,255); }

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

background-color css

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

 a { background-color: rgb(178,190,255); }

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

border-color css

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

 span { border-color: rgb(178,190,255); }

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