Html Css Color HEX #BBF9FA Pale Turquoise

📋 copy color: '#BBF9FA'

red 187 ◦ green 249 ◦ blue 250

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

Shades of Pale Turquoise #BBF9FA

Tints of Pale Turquoise #BBF9FA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.3%

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

R = 27.26%
G = 36.3%
B = 36.44%

CMYK

 C value IS 0.25

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBF9FA (or 0xBBF9FA) is known color: Pale Turquoise. HEX triplet: BB, F9 and FA. RGB value is (187,249,250). Sum of RGB (Red+Green+Blue) = 187+249+250=686 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.26% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBF9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF9FA is #440605. Grayscale: #E6E6E6. Windows color (decimal): -4457990 or 16447931. OLE color: 16447931.

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

Color convert

RGB 187 249 250 -
CMYK 0.25 0.00 0 0.02
HSL 180.95º 0.86% 0.86% -
HSV(B) 180.95º 0.25% 0.98% -
XYZ 71.62 85.22 103.12 -
YUV 230.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 187 249 250 0.25 0.00 0 0.02 180.95 0.86 0.86
Hex BB F9 FA 19 0 0 2 B5 56 56
Octal 273 371 372 31 0 0 2 265 126 126
Binary 10111011 11111001 11111010 11001 0 0 10 10110101 1010110 1010110

Color Harmonies of #BBF9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF9FA

Black with #BBF9FA

Text Example


Text Example

White with #BBF9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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