Html Css Color HEX #BBF5FE Pale Turquoise

📋 copy color: '#BBF5FE'

red 187 ◦ green 245 ◦ blue 254

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

Shades of Pale Turquoise #BBF5FE

Tints of Pale Turquoise #BBF5FE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.71%

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

R = 27.26%
G = 35.71%
B = 37.03%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBF5FE (or 0xBBF5FE) is known color: Pale Turquoise. HEX triplet: BB, F5 and FE. RGB value is (187,245,254). Sum of RGB (Red+Green+Blue) = 187+245+254=686 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.26% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF5FE is #440A01. Grayscale: #E4E4E4. Windows color (decimal): -4459010 or 16709051. OLE color: 16709051.

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

Color convert

RGB 187 245 254 -
CMYK 0.26 0.04 0 0.00
HSL 188.06º 0.97% 0.86% -
HSV(B) 188.06º 0.26% 1% -
XYZ 71.04 83.03 106.05 -
YUV 228.68 142.28 98.27 -
System Red Green Blue C M Y K H S L
Decimal 187 245 254 0.26 0.04 0 0.00 188.06 0.97 0.86
Hex BB F5 FE 1A 4 0 0 BC 61 56
Octal 273 365 376 32 4 0 0 274 141 126
Binary 10111011 11110101 11111110 11010 100 0 0 10111100 1100001 1010110

Color Harmonies of #BBF5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF5FE

Black with #BBF5FE

Text Example


Text Example

White with #BBF5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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