Html Css Color HEX #B2AFEE Perano

📋 copy color: '#B2AFEE'

red 178 ◦ green 175 ◦ blue 238

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

Shades of Perano #B2AFEE

Tints of Perano #B2AFEE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.61%

 BLUE value IS 238 (93.36% from 255) = 40.27%

R = 30.12%
G = 29.61%
B = 40.27%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2AFEE (or 0xB2AFEE) is known color: Perano. HEX triplet: B2, AF and EE. RGB value is (178,175,238). Sum of RGB (Red+Green+Blue) = 178+175+238=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2AFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AFEE is #4D5011. Grayscale: #B6B6B6. Windows color (decimal): -5066770 or 15642546. OLE color: 15642546.

HSL color Cylindrical-coordinate representation of color #B2AFEE: hue angle of 242.86º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2AFEE is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 175 238 -
CMYK 0.25 0.26 0 0.07
HSL 242.86º 0.65% 0.81% -
HSV(B) 242.86º 0.26% 0.93% -
XYZ 49.12 46.3 87.24 -
YUV 183.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 178 175 238 0.25 0.26 0 0.07 242.86 0.65 0.81
Hex B2 AF EE 19 1A 0 7 F3 41 51
Octal 262 257 356 31 32 0 7 363 101 121
Binary 10110010 10101111 11101110 11001 11010 0 111 11110011 1000001 1010001

Color Harmonies of #B2AFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AFEE

Black with #B2AFEE

Text Example


Text Example

White with #B2AFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AFEE; }

 p { color: rgb(178,175,238); }

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

background-color css

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

 a { background-color: rgb(178,175,238); }

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

border-color css

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

 span { border-color: rgb(178,175,238); }

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