Html Css Color HEX #BBCFEA Tropical Blue

📋 copy color: '#BBCFEA'

red 187 ◦ green 207 ◦ blue 234

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

Shades of Tropical Blue #BBCFEA

Tints of Tropical Blue #BBCFEA

RGB

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

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

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

R = 29.78%
G = 32.96%
B = 37.26%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBCFEA (or 0xBBCFEA) is known color: Tropical Blue. HEX triplet: BB, CF and EA. RGB value is (187,207,234). Sum of RGB (Red+Green+Blue) = 187+207+234=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBCFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFEA is #443015. Grayscale: #CBCBCB. Windows color (decimal): -4468758 or 15388603. OLE color: 15388603.

HSL color Cylindrical-coordinate representation of color #BBCFEA: hue angle of 214.47º degrees, saturation: 0.53, 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 #BBCFEA is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 207 234 -
CMYK 0.20 0.12 0 0.08
HSL 214.47º 0.53% 0.83% -
HSV(B) 214.47º 0.2% 0.92% -
XYZ 57.66 61.13 86.6 -
YUV 204.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 187 207 234 0.20 0.12 0 0.08 214.47 0.53 0.83
Hex BB CF EA 14 C 0 8 D6 35 53
Octal 273 317 352 24 14 0 10 326 65 123
Binary 10111011 11001111 11101010 10100 1100 0 1000 11010110 110101 1010011

Color Harmonies of #BBCFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFEA

Black with #BBCFEA

Text Example


Text Example

White with #BBCFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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