Html Css Color HEX #BBFAF9 Pale Turquoise

📋 copy color: '#BBFAF9'

red 187 ◦ green 250 ◦ blue 249

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

Shades of Pale Turquoise #BBFAF9

Tints of Pale Turquoise #BBFAF9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.44%

 BLUE value IS 249 (97.66% from 255) = 36.3%

R = 27.26%
G = 36.44%
B = 36.3%

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

#BBFAF9 (or 0xBBFAF9) is known color: Pale Turquoise. HEX triplet: BB, FA and F9. RGB value is (187,250,249). Sum of RGB (Red+Green+Blue) = 187+250+249=686 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.26% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAF9 is #440506. Grayscale: #E6E6E6. Windows color (decimal): -4457735 or 16382651. OLE color: 16382651.

HSL color Cylindrical-coordinate representation of color #BBFAF9: hue angle of 179.05º degrees, saturation: 0.86, 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 #BBFAF9 is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 250 249 -
CMYK 0.25 0 0.00 0.02
HSL 179.05º 0.86% 0.86% -
HSV(B) 179.05º 0.25% 0.98% -
XYZ 71.78 85.78 102.4 -
YUV 231.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 187 250 249 0.25 0 0.00 0.02 179.05 0.86 0.86
Hex BB FA F9 19 0 0 2 B3 56 56
Octal 273 372 371 31 0 0 2 263 126 126
Binary 10111011 11111010 11111001 11001 0 0 10 10110011 1010110 1010110

Color Harmonies of #BBFAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAF9

Black with #BBFAF9

Text Example


Text Example

White with #BBFAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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