Html Css Color HEX #BBF3FA Pale Turquoise

📋 copy color: '#BBF3FA'

red 187 ◦ green 243 ◦ blue 250

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

Shades of Pale Turquoise #BBF3FA

Tints of Pale Turquoise #BBF3FA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.74%

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

R = 27.5%
G = 35.74%
B = 36.76%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBF3FA (or 0xBBF3FA) is known color: Pale Turquoise. HEX triplet: BB, F3 and FA. RGB value is (187,243,250). Sum of RGB (Red+Green+Blue) = 187+243+250=680 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.5% from 680); Green value is 243 (95.31% from 255 or 35.74% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBF3FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3FA is #440C05. Grayscale: #E2E2E2. Windows color (decimal): -4459526 or 16446395. OLE color: 16446395.

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

Color convert

RGB 187 243 250 -
CMYK 0.25 0.03 0 0.02
HSL 186.67º 0.86% 0.86% -
HSV(B) 186.67º 0.25% 0.98% -
XYZ 69.8 81.57 102.51 -
YUV 227.05 140.95 99.43 -
System Red Green Blue C M Y K H S L
Decimal 187 243 250 0.25 0.03 0 0.02 186.67 0.86 0.86
Hex BB F3 FA 19 3 0 2 BB 56 56
Octal 273 363 372 31 3 0 2 273 126 126
Binary 10111011 11110011 11111010 11001 11 0 10 10111011 1010110 1010110

Color Harmonies of #BBF3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF3FA

Black with #BBF3FA

Text Example


Text Example

White with #BBF3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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