Html Css Color HEX #BBEBEB Pale Turquoise

📋 copy color: '#BBEBEB'

red 187 ◦ green 235 ◦ blue 235

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

Shades of Pale Turquoise #BBEBEB

Tints of Pale Turquoise #BBEBEB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.77%

 BLUE value IS 235 (92.19% from 255) = 35.77%

R = 28.46%
G = 35.77%
B = 35.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBEBEB (or 0xBBEBEB) is known color: Pale Turquoise. HEX triplet: BB, EB and EB. RGB value is (187,235,235). Sum of RGB (Red+Green+Blue) = 187+235+235=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #BBEBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBEB is #441414. Grayscale: #DCDCDC. Windows color (decimal): -4461589 or 15461307. OLE color: 15461307.

HSL color Cylindrical-coordinate representation of color #BBEBEB: hue angle of 180º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBEB is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 235 235 -
CMYK 0.20 0 0 0.08
HSL 180º 0.55% 0.83% -
HSV(B) 180º 0.2% 0.92% -
XYZ 65.2 75.98 89.83 -
YUV 220.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 187 235 235 0.20 0 0 0.08 180 0.55 0.83
Hex BB EB EB 14 0 0 8 B4 37 53
Octal 273 353 353 24 0 0 10 264 67 123
Binary 10111011 11101011 11101011 10100 0 0 1000 10110100 110111 1010011

Color Harmonies of #BBEBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBEB

Black with #BBEBEB

Text Example


Text Example

White with #BBEBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBEB; }

 p { color: rgb(187,235,235); }

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

background-color css

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

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

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

border-color css

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

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

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