Html Css Color HEX #BBCFE5 Tropical Blue

📋 copy color: '#BBCFE5'

red 187 ◦ green 207 ◦ blue 229

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

Shades of Tropical Blue #BBCFE5

Tints of Tropical Blue #BBCFE5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.23%

 BLUE value IS 229 (89.84% from 255) = 36.76%

R = 30.02%
G = 33.23%
B = 36.76%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBCFE5 (or 0xBBCFE5) is known color: Tropical Blue. HEX triplet: BB, CF and E5. RGB value is (187,207,229). Sum of RGB (Red+Green+Blue) = 187+207+229=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBCFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFE5 is #44301A. Grayscale: #CBCBCB. Windows color (decimal): -4468763 or 15060923. OLE color: 15060923.

HSL color Cylindrical-coordinate representation of color #BBCFE5: hue angle of 211.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCFE5 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 207 229 -
CMYK 0.18 0.10 0 0.10
HSL 211.43º 0.45% 0.82% -
HSV(B) 211.43º 0.18% 0.9% -
XYZ 56.95 60.85 82.87 -
YUV 203.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 187 207 229 0.18 0.10 0 0.10 211.43 0.45 0.82
Hex BB CF E5 12 A 0 A D3 2D 52
Octal 273 317 345 22 12 0 12 323 55 122
Binary 10111011 11001111 11100101 10010 1010 0 1010 11010011 101101 1010010

Color Harmonies of #BBCFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFE5

Black with #BBCFE5

Text Example


Text Example

White with #BBCFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFE5; }

 p { color: rgb(187,207,229); }

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

background-color css

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

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

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

border-color css

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

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

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