Html Css Color HEX #BBF4FA Pale Turquoise

📋 copy color: '#BBF4FA'

red 187 ◦ green 244 ◦ blue 250

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

Shades of Pale Turquoise #BBF4FA

Tints of Pale Turquoise #BBF4FA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 35.83%

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

R = 27.46%
G = 35.83%
B = 36.71%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBF4FA (or 0xBBF4FA) is known color: Pale Turquoise. HEX triplet: BB, F4 and FA. RGB value is (187,244,250). Sum of RGB (Red+Green+Blue) = 187+244+250=681 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.46% from 681); Green value is 244 (95.70% from 255 or 35.83% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBF4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4FA is #440B05. Grayscale: #E3E3E3. Windows color (decimal): -4459270 or 16446651. OLE color: 16446651.

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

Color convert

RGB 187 244 250 -
CMYK 0.25 0.02 0 0.02
HSL 185.71º 0.86% 0.86% -
HSV(B) 185.71º 0.25% 0.98% -
XYZ 70.1 82.17 102.61 -
YUV 227.64 140.62 99.01 -
System Red Green Blue C M Y K H S L
Decimal 187 244 250 0.25 0.02 0 0.02 185.71 0.86 0.86
Hex BB F4 FA 19 2 0 2 BA 56 56
Octal 273 364 372 31 2 0 2 272 126 126
Binary 10111011 11110100 11111010 11001 10 0 10 10111010 1010110 1010110

Color Harmonies of #BBF4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF4FA

Black with #BBF4FA

Text Example


Text Example

White with #BBF4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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