Html Css Color HEX #B2AFED Perano

📋 copy color: '#B2AFED'

red 178 ◦ green 175 ◦ blue 237

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

Shades of Perano #B2AFED

Tints of Perano #B2AFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.17%

R = 30.17%
G = 29.66%
B = 40.17%

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

#B2AFED (or 0xB2AFED) is known color: Perano. HEX triplet: B2, AF and ED. RGB value is (178,175,237). Sum of RGB (Red+Green+Blue) = 178+175+237=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2AFED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AFED is #4D5012. Grayscale: #B6B6B6. Windows color (decimal): -5066771 or 15577010. OLE color: 15577010.

HSL color Cylindrical-coordinate representation of color #B2AFED: hue angle of 242.9º degrees, saturation: 0.63, 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 #B2AFED is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 175 237 -
CMYK 0.25 0.26 0 0.07
HSL 242.9º 0.63% 0.81% -
HSV(B) 242.9º 0.26% 0.93% -
XYZ 48.98 46.24 86.46 -
YUV 182.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 178 175 237 0.25 0.26 0 0.07 242.9 0.63 0.81
Hex B2 AF ED 19 1A 0 7 F3 3F 51
Octal 262 257 355 31 32 0 7 363 77 121
Binary 10110010 10101111 11101101 11001 11010 0 111 11110011 111111 1010001

Color Harmonies of #B2AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AFED

Black with #B2AFED

Text Example


Text Example

White with #B2AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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