Html Css Color HEX #BBFFF1 Pale Turquoise

📋 copy color: '#BBFFF1'

red 187 ◦ green 255 ◦ blue 241

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

Shades of Pale Turquoise #BBFFF1

Tints of Pale Turquoise #BBFFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.29%

R = 27.38%
G = 37.34%
B = 35.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#BBFFF1 (or 0xBBFFF1) is known color: Pale Turquoise. HEX triplet: BB, FF and F1. RGB value is (187,255,241). Sum of RGB (Red+Green+Blue) = 187+255+241=683 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.38% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFF1 is #44000E. Grayscale: #E9E9E9. Windows color (decimal): -4456463 or 15859643. OLE color: 15859643.

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

Color convert

RGB 187 255 241 -
CMYK 0.27 0 0.05 0
HSL 167.65º 1% 0.87% -
HSV(B) 167.65º 0.27% 1% -
XYZ 72.13 88.44 96.49 -
YUV 233.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 187 255 241 0.27 0 0.05 0 167.65 1 0.87
Hex BB FF F1 1B 0 5 0 A8 64 57
Octal 273 377 361 33 0 5 0 250 144 127
Binary 10111011 11111111 11110001 11011 0 101 0 10101000 1100100 1010111

Color Harmonies of #BBFFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFF1

Black with #BBFFF1

Text Example


Text Example

White with #BBFFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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