Html Css Color HEX #BBFEF8 Pale Turquoise

📋 copy color: '#BBFEF8'

red 187 ◦ green 254 ◦ blue 248

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

Shades of Pale Turquoise #BBFEF8

Tints of Pale Turquoise #BBFEF8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.87%

 BLUE value IS 248 (97.27% from 255) = 35.99%

R = 27.14%
G = 36.87%
B = 35.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#BBFEF8 (or 0xBBFEF8) is known color: Pale Turquoise. HEX triplet: BB, FE and F8. RGB value is (187,254,248). Sum of RGB (Red+Green+Blue) = 187+254+248=689 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.14% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 248 (97.27% from 255 or 35.99% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEF8 is #440107. Grayscale: #E9E9E9. Windows color (decimal): -4456712 or 16318139. OLE color: 16318139.

HSL color Cylindrical-coordinate representation of color #BBFEF8: hue angle of 174.63º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEF8 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 254 248 -
CMYK 0.26 0 0.02 0.00
HSL 174.63º 0.97% 0.86% -
HSV(B) 174.63º 0.26% 1% -
XYZ 72.88 88.23 102 -
YUV 233.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 187 254 248 0.26 0 0.02 0.00 174.63 0.97 0.86
Hex BB FE F8 1A 0 2 0 AF 61 56
Octal 273 376 370 32 0 2 0 257 141 126
Binary 10111011 11111110 11111000 11010 0 10 0 10101111 1100001 1010110

Color Harmonies of #BBFEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFEF8

Black with #BBFEF8

Text Example


Text Example

White with #BBFEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFEF8; }

 p { color: rgb(187,254,248); }

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

background-color css

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

 a { background-color: rgb(187,254,248); }

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

border-color css

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

 span { border-color: rgb(187,254,248); }

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