Html Css Color HEX #BBFBFA Pale Turquoise

📋 copy color: '#BBFBFA'

red 187 ◦ green 251 ◦ blue 250

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

Shades of Pale Turquoise #BBFBFA

Tints of Pale Turquoise #BBFBFA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.48%

 BLUE value IS 250 (98.05% from 255) = 36.34%

R = 27.18%
G = 36.48%
B = 36.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#BBFBFA (or 0xBBFBFA) is known color: Pale Turquoise. HEX triplet: BB, FB and FA. RGB value is (187,251,250). Sum of RGB (Red+Green+Blue) = 187+251+250=688 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.18% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBFA is #440405. Grayscale: #E7E7E7. Windows color (decimal): -4457478 or 16448443. OLE color: 16448443.

HSL color Cylindrical-coordinate representation of color #BBFBFA: hue angle of 179.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFBFA is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 251 250 -
CMYK 0.25 0 0.00 0.02
HSL 179.06º 0.89% 0.86% -
HSV(B) 179.06º 0.25% 0.98% -
XYZ 72.25 86.46 103.32 -
YUV 231.75 138.3 96.08 -
System Red Green Blue C M Y K H S L
Decimal 187 251 250 0.25 0 0.00 0.02 179.06 0.89 0.86
Hex BB FB FA 19 0 0 2 B3 59 56
Octal 273 373 372 31 0 0 2 263 131 126
Binary 10111011 11111011 11111010 11001 0 0 10 10110011 1011001 1010110

Color Harmonies of #BBFBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFBFA

Black with #BBFBFA

Text Example


Text Example

White with #BBFBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFBFA; }

 p { color: rgb(187,251,250); }

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

background-color css

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

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

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

border-color css

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

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

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