Html Css Color HEX #BBF8FA Pale Turquoise

📋 copy color: '#BBF8FA'

red 187 ◦ green 248 ◦ blue 250

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

Shades of Pale Turquoise #BBF8FA

Tints of Pale Turquoise #BBF8FA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.2%

 BLUE value IS 250 (98.05% from 255) = 36.5%

R = 27.3%
G = 36.2%
B = 36.5%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBF8FA (or 0xBBF8FA) is known color: Pale Turquoise. HEX triplet: BB, F8 and FA. RGB value is (187,248,250). Sum of RGB (Red+Green+Blue) = 187+248+250=685 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.30% from 685); Green value is 248 (97.27% from 255 or 36.20% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8FA is #440705. Grayscale: #E5E5E5. Windows color (decimal): -4458246 or 16447675. OLE color: 16447675.

HSL color Cylindrical-coordinate representation of color #BBF8FA: hue angle of 181.9º degrees, saturation: 0.86, 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 #BBF8FA is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 248 250 -
CMYK 0.25 0.01 0 0.02
HSL 181.9º 0.86% 0.86% -
HSV(B) 181.9º 0.25% 0.98% -
XYZ 71.32 84.6 103.01 -
YUV 229.99 139.29 97.34 -
System Red Green Blue C M Y K H S L
Decimal 187 248 250 0.25 0.01 0 0.02 181.9 0.86 0.86
Hex BB F8 FA 19 1 0 2 B6 56 56
Octal 273 370 372 31 1 0 2 266 126 126
Binary 10111011 11111000 11111010 11001 1 0 10 10110110 1010110 1010110

Color Harmonies of #BBF8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF8FA

Black with #BBF8FA

Text Example


Text Example

White with #BBF8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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