#BBEFF2

Color #BBEFF2 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #BBEFF2

Tints of Pale Turquoise #BBEFF2

Color information

#BBEFF2 (or 0xBBEFF2) is unknown color: approx Pale Turquoise. HEX triplet: BB, EF and F2. RGB value is (187,239,242). Sum of RGB (Red+Green+Blue) = 187+239+242=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBEFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFF2 is #44100D. Grayscale: #DFDFDF. Windows color (decimal): -4460558 or 15921083. OLE color: 15921083.

HSL color Cylindrical-coordinate representation of color #BBEFF2: hue angle of 183.27º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBEFF2 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187239242-
CMYK0.230.0100.05
HSL183.27º67.9%84.12%-
HSV(B)183.27º22.73%94.9%-
XYZ67.3978.7195.65-
YUV223.79138.27101.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.99%
GREEN value IS 239 (93.75% from 255) = 35.78%
BLUE value IS 242 (94.92% from 255) = 36.23%
R=27.99%
G=35.78%
B=36.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872392420.230.0100.05183.2767.984.12
HexBBEFF217105b74454
Octal27335736227105267104124
Binary10111011111011111111001010111101011011011110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFF2; }

 p { color: rgb(187,239,242); }

 H1.HeaderClassName
 {
   color: #BBEFF2;
 }
 .AnyTagClassName
 {
   color: #BBEFF2;
 }
</style>
background-color css

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

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

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

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

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

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