Html Css Color HEX #BBF7F9 Pale Turquoise

📋 copy color: '#BBF7F9'

red 187 ◦ green 247 ◦ blue 249

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

Shades of Pale Turquoise #BBF7F9

Tints of Pale Turquoise #BBF7F9

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.16%

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

R = 27.38%
G = 36.16%
B = 36.46%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBF7F9 (or 0xBBF7F9) is known color: Pale Turquoise. HEX triplet: BB, F7 and F9. RGB value is (187,247,249). Sum of RGB (Red+Green+Blue) = 187+247+249=683 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.38% from 683); Green value is 247 (96.88% from 255 or 36.16% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBF7F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF7F9 is #440806. Grayscale: #E5E5E5. Windows color (decimal): -4458503 or 16381883. OLE color: 16381883.

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

Color convert

RGB 187 247 249 -
CMYK 0.25 0.01 0 0.02
HSL 181.94º 0.84% 0.85% -
HSV(B) 181.94º 0.25% 0.98% -
XYZ 70.85 83.93 102.09 -
YUV 229.29 139.12 97.84 -
System Red Green Blue C M Y K H S L
Decimal 187 247 249 0.25 0.01 0 0.02 181.94 0.84 0.85
Hex BB F7 F9 19 1 0 2 B6 54 55
Octal 273 367 371 31 1 0 2 266 124 125
Binary 10111011 11110111 11111001 11001 1 0 10 10110110 1010100 1010101

Color Harmonies of #BBF7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF7F9

Black with #BBF7F9

Text Example


Text Example

White with #BBF7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF7F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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