Html Css Color HEX #B0ADEC Perano

📋 copy color: '#B0ADEC'

red 176 ◦ green 173 ◦ blue 236

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

Shades of Perano #B0ADEC

Tints of Perano #B0ADEC

RGB

 RED value IS 176 (69.14% from 255) = 30.09%

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

 BLUE value IS 236 (92.58% from 255) = 40.34%

R = 30.09%
G = 29.57%
B = 40.34%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B0ADEC (or 0xB0ADEC) is known color: Perano. HEX triplet: B0, AD and EC. RGB value is (176,173,236). Sum of RGB (Red+Green+Blue) = 176+173+236=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ADEC is #4F5213. Grayscale: #B4B4B4. Windows color (decimal): -5198356 or 15510960. OLE color: 15510960.

HSL color Cylindrical-coordinate representation of color #B0ADEC: hue angle of 242.86º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0ADEC is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 173 236 -
CMYK 0.25 0.27 0 0.07
HSL 242.86º 0.62% 0.8% -
HSV(B) 242.86º 0.27% 0.93% -
XYZ 47.99 45.17 85.55 -
YUV 181.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 176 173 236 0.25 0.27 0 0.07 242.86 0.62 0.8
Hex B0 AD EC 19 1B 0 7 F3 3E 50
Octal 260 255 354 31 33 0 7 363 76 120
Binary 10110000 10101101 11101100 11001 11011 0 111 11110011 111110 1010000

Color Harmonies of #B0ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADEC

Black with #B0ADEC

Text Example


Text Example

White with #B0ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADEC; }

 p { color: rgb(176,173,236); }

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

background-color css

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

 a { background-color: rgb(176,173,236); }

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

border-color css

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

 span { border-color: rgb(176,173,236); }

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