Html Css Color HEX #BBFBFD Pale Turquoise

📋 copy color: '#BBFBFD'

red 187 ◦ green 251 ◦ blue 253

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

Shades of Pale Turquoise #BBFBFD

Tints of Pale Turquoise #BBFBFD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.32%

 BLUE value IS 253 (99.22% from 255) = 36.61%

R = 27.06%
G = 36.32%
B = 36.61%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBFBFD (or 0xBBFBFD) is known color: Pale Turquoise. HEX triplet: BB, FB and FD. RGB value is (187,251,253). Sum of RGB (Red+Green+Blue) = 187+251+253=691 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.06% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBFBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBFD is #440402. Grayscale: #E8E8E8. Windows color (decimal): -4457475 or 16645051. OLE color: 16645051.

HSL color Cylindrical-coordinate representation of color #BBFBFD: hue angle of 181.82º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFBFD is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 251 253 -
CMYK 0.26 0.01 0 0.01
HSL 181.82º 0.94% 0.86% -
HSV(B) 181.82º 0.26% 0.99% -
XYZ 72.72 86.65 105.82 -
YUV 232.09 139.8 95.84 -
System Red Green Blue C M Y K H S L
Decimal 187 251 253 0.26 0.01 0 0.01 181.82 0.94 0.86
Hex BB FB FD 1A 1 0 1 B6 5E 56
Octal 273 373 375 32 1 0 1 266 136 126
Binary 10111011 11111011 11111101 11010 1 0 1 10110110 1011110 1010110

Color Harmonies of #BBFBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFBFD

Black with #BBFBFD

Text Example


Text Example

White with #BBFBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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