Html Css Color HEX #B2ADFF Perano

📋 copy color: '#B2ADFF'

red 178 ◦ green 173 ◦ blue 255

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

Shades of Perano #B2ADFF

Tints of Perano #B2ADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.55%

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

R = 29.37%
G = 28.55%
B = 42.08%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B2ADFF (or 0xB2ADFF) is known color: Perano. HEX triplet: B2, AD and FF. RGB value is (178,173,255). Sum of RGB (Red+Green+Blue) = 178+173+255=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ADFF is #4D5200. Grayscale: #B7B7B7. Windows color (decimal): -5067265 or 16756146. OLE color: 16756146.

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

Color convert

RGB 178 173 255 -
CMYK 0.30 0.32 0 0
HSL 243.66º 1% 0.84% -
HSV(B) 243.66º 0.32% 1% -
XYZ 51.35 46.57 100.89 -
YUV 183.84 168.16 123.83 -
System Red Green Blue C M Y K H S L
Decimal 178 173 255 0.30 0.32 0 0 243.66 1 0.84
Hex B2 AD FF 1E 20 0 0 F4 64 54
Octal 262 255 377 36 40 0 0 364 144 124
Binary 10110010 10101101 11111111 11110 100000 0 0 11110100 1100100 1010100

Color Harmonies of #B2ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADFF

Black with #B2ADFF

Text Example


Text Example

White with #B2ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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