Html Css Color HEX #BBFFFD Pale Turquoise

📋 copy color: '#BBFFFD'

red 187 ◦ green 255 ◦ blue 253

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

Shades of Pale Turquoise #BBFFFD

Tints of Pale Turquoise #BBFFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 36.69%

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

R = 26.91%
G = 36.69%
B = 36.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#BBFFFD (or 0xBBFFFD) is known color: Pale Turquoise. HEX triplet: BB, FF and FD. RGB value is (187,255,253). Sum of RGB (Red+Green+Blue) = 187+255+253=695 (92% of max value = 765). Red value is 187 (73.44% from 255 or 26.91% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFFD is #440002. Grayscale: #EAEAEA. Windows color (decimal): -4456451 or 16646075. OLE color: 16646075.

HSL color Cylindrical-coordinate representation of color #BBFFFD: hue angle of 178.24º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFFD is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB 187 255 253 -
CMYK 0.27 0 0.01 0
HSL 178.24º 1% 0.87% -
HSV(B) 178.24º 0.27% 1% -
XYZ 73.98 89.18 106.24 -
YUV 234.44 138.47 94.16 -
System Red Green Blue C M Y K H S L
Decimal 187 255 253 0.27 0 0.01 0 178.24 1 0.87
Hex BB FF FD 1B 0 1 0 B2 64 57
Octal 273 377 375 33 0 1 0 262 144 127
Binary 10111011 11111111 11111101 11011 0 1 0 10110010 1100100 1010111

Color Harmonies of #BBFFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFFD

Black with #BBFFFD

Text Example


Text Example

White with #BBFFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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