#BBFDF3

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

Shades of Pale Turquoise #BBFDF3

Tints of Pale Turquoise #BBFDF3

Color information

#BBFDF3 (or 0xBBFDF3) is unknown color: approx Pale Turquoise. HEX triplet: BB, FD and F3. RGB value is (187,253,243). Sum of RGB (Red+Green+Blue) = 187+253+243=683 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.38% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDF3 is #44020C. Grayscale: #E8E8E8. Windows color (decimal): -4456973 or 15990203. OLE color: 15990203.

HSL color Cylindrical-coordinate representation of color #BBFDF3: hue angle of 170.91º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDF3 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB187253243-
CMYK0.2600.040.01
HSL170.91º94.29%86.27%-
HSV(B)170.91º26.09%99.22%-
XYZ71.887.2997.86-
YUV232.13134.1395.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.38%
GREEN value IS 253 (99.22% from 255) = 37.04%
BLUE value IS 243 (95.31% from 255) = 35.58%
R=27.38%
G=37.04%
B=35.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872532430.2600.040.01170.9194.2986.27
HexBBFDF31A041ab5e56
Octal27337536332041253136126
Binary10111011111111011111001111010010011010101110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDF3; }

 p { color: rgb(187,253,243); }

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

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

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

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

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

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

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