Html Css Color HEX #BBEBEA Pale Turquoise

📋 copy color: '#BBEBEA'

red 187 ◦ green 235 ◦ blue 234

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

Shades of Pale Turquoise #BBEBEA

Tints of Pale Turquoise #BBEBEA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.82%

 BLUE value IS 234 (91.8% from 255) = 35.67%

R = 28.51%
G = 35.82%
B = 35.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#BBEBEA (or 0xBBEBEA) is known color: Pale Turquoise. HEX triplet: BB, EB and EA. RGB value is (187,235,234). Sum of RGB (Red+Green+Blue) = 187+235+234=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBEA is #441415. Grayscale: #DCDCDC. Windows color (decimal): -4461590 or 15395771. OLE color: 15395771.

HSL color Cylindrical-coordinate representation of color #BBEBEA: hue angle of 178.75º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBEA is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 235 234 -
CMYK 0.20 0 0.00 0.08
HSL 178.75º 0.55% 0.83% -
HSV(B) 178.75º 0.2% 0.92% -
XYZ 65.05 75.92 89.07 -
YUV 220.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 187 235 234 0.20 0 0.00 0.08 178.75 0.55 0.83
Hex BB EB EA 14 0 0 8 B3 37 53
Octal 273 353 352 24 0 0 10 263 67 123
Binary 10111011 11101011 11101010 10100 0 0 1000 10110011 110111 1010011

Color Harmonies of #BBEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBEA

Black with #BBEBEA

Text Example


Text Example

White with #BBEBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBEA; }

 p { color: rgb(187,235,234); }

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

background-color css

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

 a { background-color: rgb(187,235,234); }

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

border-color css

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

 span { border-color: rgb(187,235,234); }

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