Html Css Color HEX #B2ADF8 Perano

📋 copy color: '#B2ADF8'

red 178 ◦ green 173 ◦ blue 248

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

Shades of Perano #B2ADF8

Tints of Perano #B2ADF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.4%

R = 29.72%
G = 28.88%
B = 41.4%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B2ADF8 (or 0xB2ADF8) is known color: Perano. HEX triplet: B2, AD and F8. RGB value is (178,173,248). Sum of RGB (Red+Green+Blue) = 178+173+248=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 248 (97.27% from 255 or 41.40% from 599); Max value from RGB is 248 - color contains mainly: blue. Hex color #B2ADF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ADF8 is #4D5207. Grayscale: #B6B6B6. Windows color (decimal): -5067272 or 16297394. OLE color: 16297394.

HSL color Cylindrical-coordinate representation of color #B2ADF8: hue angle of 244º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2ADF8 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 173 248 -
CMYK 0.28 0.30 0 0.03
HSL 244º 0.84% 0.83% -
HSV(B) 244º 0.3% 0.97% -
XYZ 50.25 46.13 95.06 -
YUV 183.05 164.66 124.4 -
System Red Green Blue C M Y K H S L
Decimal 178 173 248 0.28 0.30 0 0.03 244 0.84 0.83
Hex B2 AD F8 1C 1E 0 3 F4 54 53
Octal 262 255 370 34 36 0 3 364 124 123
Binary 10110010 10101101 11111000 11100 11110 0 11 11110100 1010100 1010011

Color Harmonies of #B2ADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADF8

Black with #B2ADF8

Text Example


Text Example

White with #B2ADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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