Html Css Color HEX #B0ADEE Perano

📋 copy color: '#B0ADEE'

red 176 ◦ green 173 ◦ blue 238

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

Shades of Perano #B0ADEE

Tints of Perano #B0ADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.55%

R = 29.98%
G = 29.47%
B = 40.55%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B0ADEE (or 0xB0ADEE) is known color: Perano. HEX triplet: B0, AD and EE. RGB value is (176,173,238). Sum of RGB (Red+Green+Blue) = 176+173+238=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0ADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ADEE is #4F5211. Grayscale: #B5B5B5. Windows color (decimal): -5198354 or 15642032. OLE color: 15642032.

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

Color convert

RGB 176 173 238 -
CMYK 0.26 0.27 0 0.07
HSL 242.77º 0.66% 0.81% -
HSV(B) 242.77º 0.27% 0.93% -
XYZ 48.28 45.29 87.09 -
YUV 181.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 176 173 238 0.26 0.27 0 0.07 242.77 0.66 0.81
Hex B0 AD EE 1A 1B 0 7 F3 42 51
Octal 260 255 356 32 33 0 7 363 102 121
Binary 10110000 10101101 11101110 11010 11011 0 111 11110011 1000010 1010001

Color Harmonies of #B0ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADEE

Black with #B0ADEE

Text Example


Text Example

White with #B0ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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