Html Css Color HEX #BBFFF3 Pale Turquoise

📋 copy color: '#BBFFF3'

red 187 ◦ green 255 ◦ blue 243

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

Shades of Pale Turquoise #BBFFF3

Tints of Pale Turquoise #BBFFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.47%

R = 27.3%
G = 37.23%
B = 35.47%

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

#BBFFF3 (or 0xBBFFF3) is known color: Pale Turquoise. HEX triplet: BB, FF and F3. RGB value is (187,255,243). Sum of RGB (Red+Green+Blue) = 187+255+243=685 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.30% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFF3 is #44000C. Grayscale: #E9E9E9. Windows color (decimal): -4456461 or 15990715. OLE color: 15990715.

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

Color convert

RGB 187 255 243 -
CMYK 0.27 0 0.05 0
HSL 169.41º 1% 0.87% -
HSV(B) 169.41º 0.27% 1% -
XYZ 72.43 88.56 98.07 -
YUV 233.3 133.47 94.98 -
System Red Green Blue C M Y K H S L
Decimal 187 255 243 0.27 0 0.05 0 169.41 1 0.87
Hex BB FF F3 1B 0 5 0 A9 64 57
Octal 273 377 363 33 0 5 0 251 144 127
Binary 10111011 11111111 11110011 11011 0 101 0 10101001 1100100 1010111

Color Harmonies of #BBFFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFF3

Black with #BBFFF3

Text Example


Text Example

White with #BBFFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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