Html Css Color HEX #BBFCF8 Pale Turquoise

📋 copy color: '#BBFCF8'

red 187 ◦ green 252 ◦ blue 248

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

Shades of Pale Turquoise #BBFCF8

Tints of Pale Turquoise #BBFCF8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.68%

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

R = 27.22%
G = 36.68%
B = 36.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#BBFCF8 (or 0xBBFCF8) is known color: Pale Turquoise. HEX triplet: BB, FC and F8. RGB value is (187,252,248). Sum of RGB (Red+Green+Blue) = 187+252+248=687 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.22% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFCF8 is #440307. Grayscale: #E8E8E8. Windows color (decimal): -4457224 or 16317627. OLE color: 16317627.

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

Color convert

RGB 187 252 248 -
CMYK 0.26 0 0.02 0.01
HSL 176.31º 0.92% 0.86% -
HSV(B) 176.31º 0.26% 0.99% -
XYZ 72.25 86.96 101.78 -
YUV 232.11 136.97 95.83 -
System Red Green Blue C M Y K H S L
Decimal 187 252 248 0.26 0 0.02 0.01 176.31 0.92 0.86
Hex BB FC F8 1A 0 2 1 B0 5C 56
Octal 273 374 370 32 0 2 1 260 134 126
Binary 10111011 11111100 11111000 11010 0 10 1 10110000 1011100 1010110

Color Harmonies of #BBFCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCF8

Black with #BBFCF8

Text Example


Text Example

White with #BBFCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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