Html Css Color HEX #BBFDFF Pale Turquoise

📋 copy color: '#BBFDFF'

red 187 ◦ green 253 ◦ blue 255

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

Shades of Pale Turquoise #BBFDFF

Tints of Pale Turquoise #BBFDFF

RGB

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

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

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

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

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #BBFDFF: hue angle of 181.76º 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 #BBFDFF is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 253 255 -
CMYK 0.27 0.01 0 0
HSL 181.76º 1% 0.87% -
HSV(B) 181.76º 0.27% 1% -
XYZ 73.67 88.04 107.72 -
YUV 233.49 140.13 94.84 -
System Red Green Blue C M Y K H S L
Decimal 187 253 255 0.27 0.01 0 0 181.76 1 0.87
Hex BB FD FF 1B 1 0 0 B6 64 57
Octal 273 375 377 33 1 0 0 266 144 127
Binary 10111011 11111101 11111111 11011 1 0 0 10110110 1100100 1010111

Color Harmonies of #BBFDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDFF

Black with #BBFDFF

Text Example


Text Example

White with #BBFDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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