Html Css Color HEX #BBFDFA Pale Turquoise

📋 copy color: '#BBFDFA'

red 187 ◦ green 253 ◦ blue 250

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

Shades of Pale Turquoise #BBFDFA

Tints of Pale Turquoise #BBFDFA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.67%

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

R = 27.1%
G = 36.67%
B = 36.23%

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

#BBFDFA (or 0xBBFDFA) is known color: Pale Turquoise. HEX triplet: BB, FD and FA. RGB value is (187,253,250). Sum of RGB (Red+Green+Blue) = 187+253+250=690 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.10% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDFA is #440205. Grayscale: #E8E8E8. Windows color (decimal): -4456966 or 16448955. OLE color: 16448955.

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

Color convert

RGB 187 253 250 -
CMYK 0.26 0 0.01 0.01
HSL 177.27º 0.94% 0.86% -
HSV(B) 177.27º 0.26% 0.99% -
XYZ 72.87 87.72 103.53 -
YUV 232.92 137.63 95.24 -
System Red Green Blue C M Y K H S L
Decimal 187 253 250 0.26 0 0.01 0.01 177.27 0.94 0.86
Hex BB FD FA 1A 0 1 1 B1 5E 56
Octal 273 375 372 32 0 1 1 261 136 126
Binary 10111011 11111101 11111010 11010 0 1 1 10110001 1011110 1010110

Color Harmonies of #BBFDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDFA

Black with #BBFDFA

Text Example


Text Example

White with #BBFDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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