Html Css Color HEX #BBFFF4 Pale Turquoise

📋 copy color: '#BBFFF4'

red 187 ◦ green 255 ◦ blue 244

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

Shades of Pale Turquoise #BBFFF4

Tints of Pale Turquoise #BBFFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.57%

R = 27.26%
G = 37.17%
B = 35.57%

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

#BBFFF4 (or 0xBBFFF4) is known color: Pale Turquoise. HEX triplet: BB, FF and F4. RGB value is (187,255,244). Sum of RGB (Red+Green+Blue) = 187+255+244=686 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.26% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFF4 is #44000B. Grayscale: #E9E9E9. Windows color (decimal): -4456460 or 16056251. OLE color: 16056251.

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

Color convert

RGB 187 255 244 -
CMYK 0.27 0 0.04 0
HSL 170.29º 1% 0.87% -
HSV(B) 170.29º 0.27% 1% -
XYZ 72.58 88.62 98.87 -
YUV 233.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 187 255 244 0.27 0 0.04 0 170.29 1 0.87
Hex BB FF F4 1B 0 4 0 AA 64 57
Octal 273 377 364 33 0 4 0 252 144 127
Binary 10111011 11111111 11110100 11011 0 100 0 10101010 1100100 1010111

Color Harmonies of #BBFFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFF4

Black with #BBFFF4

Text Example


Text Example

White with #BBFFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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