Html Css Color HEX #BBFBF1 Pale Turquoise

📋 copy color: '#BBFBF1'

red 187 ◦ green 251 ◦ blue 241

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

Shades of Pale Turquoise #BBFBF1

Tints of Pale Turquoise #BBFBF1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.97%

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

R = 27.54%
G = 36.97%
B = 35.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#BBFBF1 (or 0xBBFBF1) is known color: Pale Turquoise. HEX triplet: BB, FB and F1. RGB value is (187,251,241). Sum of RGB (Red+Green+Blue) = 187+251+241=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBF1 is #44040E. Grayscale: #E6E6E6. Windows color (decimal): -4457487 or 15858619. OLE color: 15858619.

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

Color convert

RGB 187 251 241 -
CMYK 0.25 0 0.04 0.02
HSL 170.63º 0.89% 0.86% -
HSV(B) 170.63º 0.25% 0.98% -
XYZ 70.87 85.91 96.07 -
YUV 230.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 187 251 241 0.25 0 0.04 0.02 170.63 0.89 0.86
Hex BB FB F1 19 0 4 2 AB 59 56
Octal 273 373 361 31 0 4 2 253 131 126
Binary 10111011 11111011 11110001 11001 0 100 10 10101011 1011001 1010110

Color Harmonies of #BBFBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFBF1

Black with #BBFBF1

Text Example


Text Example

White with #BBFBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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