Html Css Color HEX #BBF7FE Pale Turquoise

📋 copy color: '#BBF7FE'

red 187 ◦ green 247 ◦ blue 254

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

Shades of Pale Turquoise #BBF7FE

Tints of Pale Turquoise #BBF7FE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.9%

 BLUE value IS 254 (99.61% from 255) = 36.92%

R = 27.18%
G = 35.9%
B = 36.92%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBF7FE (or 0xBBF7FE) is known color: Pale Turquoise. HEX triplet: BB, F7 and FE. RGB value is (187,247,254). Sum of RGB (Red+Green+Blue) = 187+247+254=688 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.18% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBF7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF7FE is #440801. Grayscale: #E5E5E5. Windows color (decimal): -4458498 or 16709563. OLE color: 16709563.

HSL color Cylindrical-coordinate representation of color #BBF7FE: hue angle of 186.27º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBF7FE is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 247 254 -
CMYK 0.26 0.03 0 0.00
HSL 186.27º 0.97% 0.86% -
HSV(B) 186.27º 0.26% 1% -
XYZ 71.64 84.24 106.25 -
YUV 229.86 141.62 97.43 -
System Red Green Blue C M Y K H S L
Decimal 187 247 254 0.26 0.03 0 0.00 186.27 0.97 0.86
Hex BB F7 FE 1A 3 0 0 BA 61 56
Octal 273 367 376 32 3 0 0 272 141 126
Binary 10111011 11110111 11111110 11010 11 0 0 10111010 1100001 1010110

Color Harmonies of #BBF7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF7FE

Black with #BBF7FE

Text Example


Text Example

White with #BBF7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF7FE; }

 p { color: rgb(187,247,254); }

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

background-color css

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

 a { background-color: rgb(187,247,254); }

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

border-color css

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

 span { border-color: rgb(187,247,254); }

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