Html Css Color HEX #BBFBEF Pale Turquoise

📋 copy color: '#BBFBEF'

red 187 ◦ green 251 ◦ blue 239

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

Shades of Pale Turquoise #BBFBEF

Tints of Pale Turquoise #BBFBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.3%

R = 27.62%
G = 37.08%
B = 35.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#BBFBEF (or 0xBBFBEF) is known color: Pale Turquoise. HEX triplet: BB, FB and EF. RGB value is (187,251,239). Sum of RGB (Red+Green+Blue) = 187+251+239=677 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.62% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBEF is #440410. Grayscale: #E6E6E6. Windows color (decimal): -4457489 or 15727547. OLE color: 15727547.

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

Color convert

RGB 187 251 239 -
CMYK 0.25 0 0.05 0.02
HSL 168.75º 0.89% 0.86% -
HSV(B) 168.75º 0.25% 0.98% -
XYZ 70.57 85.79 94.5 -
YUV 230.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 187 251 239 0.25 0 0.05 0.02 168.75 0.89 0.86
Hex BB FB EF 19 0 5 2 A9 59 56
Octal 273 373 357 31 0 5 2 251 131 126
Binary 10111011 11111011 11101111 11001 0 101 10 10101001 1011001 1010110

Color Harmonies of #BBFBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFBEF

Black with #BBFBEF

Text Example


Text Example

White with #BBFBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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