Html Css Color HEX #B2AFFD Perano

📋 copy color: '#B2AFFD'

red 178 ◦ green 175 ◦ blue 253

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

Shades of Perano #B2AFFD

Tints of Perano #B2AFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.75%

R = 29.37%
G = 28.88%
B = 41.75%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B2AFFD (or 0xB2AFFD) is known color: Perano. HEX triplet: B2, AF and FD. RGB value is (178,175,253). Sum of RGB (Red+Green+Blue) = 178+175+253=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2AFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AFFD is #4D5002. Grayscale: #B8B8B8. Windows color (decimal): -5066755 or 16625586. OLE color: 16625586.

HSL color Cylindrical-coordinate representation of color #B2AFFD: hue angle of 242.31º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2AFFD is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 175 253 -
CMYK 0.30 0.31 0 0.01
HSL 242.31º 0.95% 0.84% -
HSV(B) 242.31º 0.31% 0.99% -
XYZ 51.42 47.22 99.33 -
YUV 184.79 166.49 123.16 -
System Red Green Blue C M Y K H S L
Decimal 178 175 253 0.30 0.31 0 0.01 242.31 0.95 0.84
Hex B2 AF FD 1E 1F 0 1 F2 5F 54
Octal 262 257 375 36 37 0 1 362 137 124
Binary 10110010 10101111 11111101 11110 11111 0 1 11110010 1011111 1010100

Color Harmonies of #B2AFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AFFD

Black with #B2AFFD

Text Example


Text Example

White with #B2AFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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