Html Css Color HEX #BBFFF5 Pale Turquoise

📋 copy color: '#BBFFF5'

red 187 ◦ green 255 ◦ blue 245

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

Shades of Pale Turquoise #BBFFF5

Tints of Pale Turquoise #BBFFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.66%

R = 27.22%
G = 37.12%
B = 35.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#BBFFF5 (or 0xBBFFF5) is known color: Pale Turquoise. HEX triplet: BB, FF and F5. RGB value is (187,255,245). Sum of RGB (Red+Green+Blue) = 187+255+245=687 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.22% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFF5 is #44000A. Grayscale: #E9E9E9. Windows color (decimal): -4456459 or 16121787. OLE color: 16121787.

HSL color Cylindrical-coordinate representation of color #BBFFF5: hue angle of 171.18º 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 #BBFFF5 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 187 255 245 -
CMYK 0.27 0 0.04 0
HSL 171.18º 1% 0.87% -
HSV(B) 171.18º 0.27% 1% -
XYZ 72.73 88.68 99.67 -
YUV 233.53 134.47 94.81 -
System Red Green Blue C M Y K H S L
Decimal 187 255 245 0.27 0 0.04 0 171.18 1 0.87
Hex BB FF F5 1B 0 4 0 AB 64 57
Octal 273 377 365 33 0 4 0 253 144 127
Binary 10111011 11111111 11110101 11011 0 100 0 10101011 1100100 1010111

Color Harmonies of #BBFFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFF5

Black with #BBFFF5

Text Example


Text Example

White with #BBFFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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