Html Css Color HEX #BBFFF6 Pale Turquoise

📋 copy color: '#BBFFF6'

red 187 ◦ green 255 ◦ blue 246

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

Shades of Pale Turquoise #BBFFF6

Tints of Pale Turquoise #BBFFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.76%

R = 27.18%
G = 37.06%
B = 35.76%

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

#BBFFF6 (or 0xBBFFF6) is known color: Pale Turquoise. HEX triplet: BB, FF and F6. RGB value is (187,255,246). Sum of RGB (Red+Green+Blue) = 187+255+246=688 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.18% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 246 (96.48% from 255 or 35.76% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFF6 is #440009. Grayscale: #E9E9E9. Windows color (decimal): -4456458 or 16187323. OLE color: 16187323.

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

Color convert

RGB 187 255 246 -
CMYK 0.27 0 0.04 0
HSL 172.06º 1% 0.87% -
HSV(B) 172.06º 0.27% 1% -
XYZ 72.89 88.74 100.48 -
YUV 233.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 187 255 246 0.27 0 0.04 0 172.06 1 0.87
Hex BB FF F6 1B 0 4 0 AC 64 57
Octal 273 377 366 33 0 4 0 254 144 127
Binary 10111011 11111111 11110110 11011 0 100 0 10101100 1100100 1010111

Color Harmonies of #BBFFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFF6

Black with #BBFFF6

Text Example


Text Example

White with #BBFFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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