Html Css Color HEX #BBEFEC Pale Turquoise

📋 copy color: '#BBEFEC'

red 187 ◦ green 239 ◦ blue 236

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

Shades of Pale Turquoise #BBEFEC

Tints of Pale Turquoise #BBEFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.1%

 BLUE value IS 236 (92.58% from 255) = 35.65%

R = 28.25%
G = 36.1%
B = 35.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#BBEFEC (or 0xBBEFEC) is known color: Pale Turquoise. HEX triplet: BB, EF and EC. RGB value is (187,239,236). Sum of RGB (Red+Green+Blue) = 187+239+236=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFEC is #441013. Grayscale: #DFDFDF. Windows color (decimal): -4460564 or 15527867. OLE color: 15527867.

HSL color Cylindrical-coordinate representation of color #BBEFEC: hue angle of 176.54º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFEC is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 239 236 -
CMYK 0.22 0 0.01 0.06
HSL 176.54º 0.62% 0.84% -
HSV(B) 176.54º 0.22% 0.94% -
XYZ 66.5 78.35 90.98 -
YUV 223.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 187 239 236 0.22 0 0.01 0.06 176.54 0.62 0.84
Hex BB EF EC 16 0 1 6 B1 3E 54
Octal 273 357 354 26 0 1 6 261 76 124
Binary 10111011 11101111 11101100 10110 0 1 110 10110001 111110 1010100

Color Harmonies of #BBEFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFEC

Black with #BBEFEC

Text Example


Text Example

White with #BBEFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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