Html Css Color HEX #BBBEEE Perano

📋 copy color: '#BBBEEE'

red 187 ◦ green 190 ◦ blue 238

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

Shades of Perano #BBBEEE

Tints of Perano #BBBEEE

RGB

 RED value IS 187 (73.44% from 255) = 30.41%

 GREEN value IS 190 (74.61% from 255) = 30.89%

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

R = 30.41%
G = 30.89%
B = 38.7%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBBEEE (or 0xBBBEEE) is known color: Perano. HEX triplet: BB, BE and EE. RGB value is (187,190,238). Sum of RGB (Red+Green+Blue) = 187+190+238=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBBEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEEE is #444111. Grayscale: #C2C2C2. Windows color (decimal): -4473106 or 15646395. OLE color: 15646395.

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

Color convert

RGB 187 190 238 -
CMYK 0.21 0.20 0 0.07
HSL 236.47º 0.6% 0.83% -
HSV(B) 236.47º 0.21% 0.93% -
XYZ 54.34 53.56 88.36 -
YUV 194.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 187 190 238 0.21 0.20 0 0.07 236.47 0.6 0.83
Hex BB BE EE 15 14 0 7 EC 3C 53
Octal 273 276 356 25 24 0 7 354 74 123
Binary 10111011 10111110 11101110 10101 10100 0 111 11101100 111100 1010011

Color Harmonies of #BBBEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBEEE

Black with #BBBEEE

Text Example


Text Example

White with #BBBEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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