Html Css Color HEX #B3B0F9 Perano

📋 copy color: '#B3B0F9'

red 179 ◦ green 176 ◦ blue 249

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

Shades of Perano #B3B0F9

Tints of Perano #B3B0F9

RGB

 RED value IS 179 (70.31% from 255) = 29.64%

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

 BLUE value IS 249 (97.66% from 255) = 41.23%

R = 29.64%
G = 29.14%
B = 41.23%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B3B0F9 (or 0xB3B0F9) is known color: Perano. HEX triplet: B3, B0 and F9. RGB value is (179,176,249). Sum of RGB (Red+Green+Blue) = 179+176+249=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #B3B0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3B0F9 is #4C4F06. Grayscale: #B8B8B8. Windows color (decimal): -5000967 or 16363699. OLE color: 16363699.

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

Color convert

RGB 179 176 249 -
CMYK 0.28 0.29 0 0.02
HSL 242.47º 0.86% 0.83% -
HSV(B) 242.47º 0.29% 0.98% -
XYZ 51.21 47.47 96.09 -
YUV 185.22 163.99 123.56 -
System Red Green Blue C M Y K H S L
Decimal 179 176 249 0.28 0.29 0 0.02 242.47 0.86 0.83
Hex B3 B0 F9 1C 1D 0 2 F2 56 53
Octal 263 260 371 34 35 0 2 362 126 123
Binary 10110011 10110000 11111001 11100 11101 0 10 11110010 1010110 1010011

Color Harmonies of #B3B0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B0F9

Black with #B3B0F9

Text Example


Text Example

White with #B3B0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B0F9; }

 p { color: rgb(179,176,249); }

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

background-color css

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

 a { background-color: rgb(179,176,249); }

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

border-color css

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

 span { border-color: rgb(179,176,249); }

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