Html Css Color HEX #BBFFF7 Pale Turquoise

📋 copy color: '#BBFFF7'

red 187 ◦ green 255 ◦ blue 247

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

Shades of Pale Turquoise #BBFFF7

Tints of Pale Turquoise #BBFFF7

RGB

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

 GREEN value IS 255 (100% from 255) = 37.01%

 BLUE value IS 247 (96.88% from 255) = 35.85%

R = 27.14%
G = 37.01%
B = 35.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#BBFFF7 (or 0xBBFFF7) is known color: Pale Turquoise. HEX triplet: BB, FF and F7. RGB value is (187,255,247). Sum of RGB (Red+Green+Blue) = 187+255+247=689 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.14% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFF7 is #440008. Grayscale: #E9E9E9. Windows color (decimal): -4456457 or 16252859. OLE color: 16252859.

HSL color Cylindrical-coordinate representation of color #BBFFF7: hue angle of 172.94º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFF7 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 187 255 247 -
CMYK 0.27 0 0.03 0
HSL 172.94º 1% 0.87% -
HSV(B) 172.94º 0.27% 1% -
XYZ 73.04 88.8 101.29 -
YUV 233.76 135.47 94.65 -
System Red Green Blue C M Y K H S L
Decimal 187 255 247 0.27 0 0.03 0 172.94 1 0.87
Hex BB FF F7 1B 0 3 0 AD 64 57
Octal 273 377 367 33 0 3 0 255 144 127
Binary 10111011 11111111 11110111 11011 0 11 0 10101101 1100100 1010111

Color Harmonies of #BBFFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFF7

Black with #BBFFF7

Text Example


Text Example

White with #BBFFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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