Html Css Color HEX #B4AFFD Perano

📋 copy color: '#B4AFFD'

red 180 ◦ green 175 ◦ blue 253

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

Shades of Perano #B4AFFD

Tints of Perano #B4AFFD

RGB

 RED value IS 180 (70.7% from 255) = 29.61%

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

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

R = 29.61%
G = 28.78%
B = 41.61%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B4AFFD (or 0xB4AFFD) is known color: Perano. HEX triplet: B4, AF and FD. RGB value is (180,175,253). Sum of RGB (Red+Green+Blue) = 180+175+253=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AFFD is #4B5002. Grayscale: #B9B9B9. Windows color (decimal): -4935683 or 16625588. OLE color: 16625588.

HSL color Cylindrical-coordinate representation of color #B4AFFD: hue angle of 243.85º 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 #B4AFFD is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 175 253 -
CMYK 0.29 0.31 0 0.01
HSL 243.85º 0.95% 0.84% -
HSV(B) 243.85º 0.31% 0.99% -
XYZ 51.88 47.46 99.35 -
YUV 185.39 166.16 124.16 -
System Red Green Blue C M Y K H S L
Decimal 180 175 253 0.29 0.31 0 0.01 243.85 0.95 0.84
Hex B4 AF FD 1D 1F 0 1 F4 5F 54
Octal 264 257 375 35 37 0 1 364 137 124
Binary 10110100 10101111 11111101 11101 11111 0 1 11110100 1011111 1010100

Color Harmonies of #B4AFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AFFD

Black with #B4AFFD

Text Example


Text Example

White with #B4AFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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