Html Css Color HEX #B3BBEE Perano

📋 copy color: '#B3BBEE'

red 179 ◦ green 187 ◦ blue 238

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

Shades of Perano #B3BBEE

Tints of Perano #B3BBEE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.96%

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

R = 29.64%
G = 30.96%
B = 39.4%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B3BBEE (or 0xB3BBEE) is known color: Perano. HEX triplet: B3, BB and EE. RGB value is (179,187,238). Sum of RGB (Red+Green+Blue) = 179+187+238=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BBEE is #4C4411. Grayscale: #BEBEBE. Windows color (decimal): -4998162 or 15645619. OLE color: 15645619.

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

Color convert

RGB 179 187 238 -
CMYK 0.25 0.21 0 0.07
HSL 231.86º 0.63% 0.82% -
HSV(B) 231.86º 0.25% 0.93% -
XYZ 51.79 51.3 88.06 -
YUV 190.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 179 187 238 0.25 0.21 0 0.07 231.86 0.63 0.82
Hex B3 BB EE 19 15 0 7 E8 3F 52
Octal 263 273 356 31 25 0 7 350 77 122
Binary 10110011 10111011 11101110 11001 10101 0 111 11101000 111111 1010010

Color Harmonies of #B3BBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BBEE

Black with #B3BBEE

Text Example


Text Example

White with #B3BBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BBEE; }

 p { color: rgb(179,187,238); }

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

background-color css

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

 a { background-color: rgb(179,187,238); }

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

border-color css

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

 span { border-color: rgb(179,187,238); }

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