Html Css Color HEX #BBF8FB Pale Turquoise

📋 copy color: '#BBF8FB'

red 187 ◦ green 248 ◦ blue 251

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

Shades of Pale Turquoise #BBF8FB

Tints of Pale Turquoise #BBF8FB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.15%

 BLUE value IS 251 (98.44% from 255) = 36.59%

R = 27.26%
G = 36.15%
B = 36.59%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBF8FB (or 0xBBF8FB) is known color: Pale Turquoise. HEX triplet: BB, F8 and FB. RGB value is (187,248,251). Sum of RGB (Red+Green+Blue) = 187+248+251=686 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.26% from 686); Green value is 248 (97.27% from 255 or 36.15% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBF8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8FB is #440704. Grayscale: #E6E6E6. Windows color (decimal): -4458245 or 16513211. OLE color: 16513211.

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

Color convert

RGB 187 248 251 -
CMYK 0.25 0.01 0 0.02
HSL 182.81º 0.89% 0.86% -
HSV(B) 182.81º 0.25% 0.98% -
XYZ 71.47 84.66 103.84 -
YUV 230.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 187 248 251 0.25 0.01 0 0.02 182.81 0.89 0.86
Hex BB F8 FB 19 1 0 2 B7 59 56
Octal 273 370 373 31 1 0 2 267 131 126
Binary 10111011 11111000 11111011 11001 1 0 10 10110111 1011001 1010110

Color Harmonies of #BBF8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF8FB

Black with #BBF8FB

Text Example


Text Example

White with #BBF8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF8FB; }

 p { color: rgb(187,248,251); }

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

background-color css

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

 a { background-color: rgb(187,248,251); }

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

border-color css

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

 span { border-color: rgb(187,248,251); }

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