Html Css Color HEX #BBEEEE Pale Turquoise

📋 copy color: '#BBEEEE'

red 187 ◦ green 238 ◦ blue 238

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

Shades of Pale Turquoise #BBEEEE

Tints of Pale Turquoise #BBEEEE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.9%

 BLUE value IS 238 (93.36% from 255) = 35.9%

R = 28.21%
G = 35.9%
B = 35.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBEEEE (or 0xBBEEEE) is known color: Pale Turquoise. HEX triplet: BB, EE and EE. RGB value is (187,238,238). Sum of RGB (Red+Green+Blue) = 187+238+238=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #BBEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEEE is #441111. Grayscale: #DEDEDE. Windows color (decimal): -4460818 or 15658683. OLE color: 15658683.

HSL color Cylindrical-coordinate representation of color #BBEEEE: hue angle of 180º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEEEE is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 238 238 -
CMYK 0.21 0 0 0.07
HSL 180º 0.6% 0.83% -
HSV(B) 180º 0.21% 0.93% -
XYZ 66.5 77.89 92.42 -
YUV 222.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 187 238 238 0.21 0 0 0.07 180 0.6 0.83
Hex BB EE EE 15 0 0 7 B4 3C 53
Octal 273 356 356 25 0 0 7 264 74 123
Binary 10111011 11101110 11101110 10101 0 0 111 10110100 111100 1010011

Color Harmonies of #BBEEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEEEE

Black with #BBEEEE

Text Example


Text Example

White with #BBEEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEEEE; }

 p { color: rgb(187,238,238); }

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

background-color css

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

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

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

border-color css

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

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

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