Html Css Color HEX #BBFCFA Pale Turquoise

📋 copy color: '#BBFCFA'

red 187 ◦ green 252 ◦ blue 250

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

Shades of Pale Turquoise #BBFCFA

Tints of Pale Turquoise #BBFCFA

RGB

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

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

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

R = 27.14%
G = 36.57%
B = 36.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#BBFCFA (or 0xBBFCFA) is known color: Pale Turquoise. HEX triplet: BB, FC and FA. RGB value is (187,252,250). Sum of RGB (Red+Green+Blue) = 187+252+250=689 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.14% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFCFA is #440305. Grayscale: #E8E8E8. Windows color (decimal): -4457222 or 16448699. OLE color: 16448699.

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

Color convert

RGB 187 252 250 -
CMYK 0.26 0 0.01 0.01
HSL 178.15º 0.92% 0.86% -
HSV(B) 178.15º 0.26% 0.99% -
XYZ 72.56 87.09 103.43 -
YUV 232.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 187 252 250 0.26 0 0.01 0.01 178.15 0.92 0.86
Hex BB FC FA 1A 0 1 1 B2 5C 56
Octal 273 374 372 32 0 1 1 262 134 126
Binary 10111011 11111100 11111010 11010 0 1 1 10110010 1011100 1010110

Color Harmonies of #BBFCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCFA

Black with #BBFCFA

Text Example


Text Example

White with #BBFCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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