Html Css Color HEX #B2B0F7 Perano

📋 copy color: '#B2B0F7'

red 178 ◦ green 176 ◦ blue 247

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

Shades of Perano #B2B0F7

Tints of Perano #B2B0F7

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.28%

 BLUE value IS 247 (96.88% from 255) = 41.1%

R = 29.62%
G = 29.28%
B = 41.1%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B2B0F7 (or 0xB2B0F7) is known color: Perano. HEX triplet: B2, B0 and F7. RGB value is (178,176,247). Sum of RGB (Red+Green+Blue) = 178+176+247=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 247 (96.88% from 255 or 41.10% from 601); Max value from RGB is 247 - color contains mainly: blue. Hex color #B2B0F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2B0F7 is #4D4F08. Grayscale: #B8B8B8. Windows color (decimal): -5066505 or 16232626. OLE color: 16232626.

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

Color convert

RGB 178 176 247 -
CMYK 0.28 0.29 0 0.03
HSL 241.69º 0.82% 0.83% -
HSV(B) 241.69º 0.29% 0.97% -
XYZ 50.67 47.23 94.44 -
YUV 184.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 178 176 247 0.28 0.29 0 0.03 241.69 0.82 0.83
Hex B2 B0 F7 1C 1D 0 3 F2 52 53
Octal 262 260 367 34 35 0 3 362 122 123
Binary 10110010 10110000 11110111 11100 11101 0 11 11110010 1010010 1010011

Color Harmonies of #B2B0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B0F7

Black with #B2B0F7

Text Example


Text Example

White with #B2B0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B0F7; }

 p { color: rgb(178,176,247); }

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

background-color css

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

 a { background-color: rgb(178,176,247); }

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

border-color css

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

 span { border-color: rgb(178,176,247); }

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