Html Css Color HEX #BBCFE6 Tropical Blue

📋 copy color: '#BBCFE6'

red 187 ◦ green 207 ◦ blue 230

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

Shades of Tropical Blue #BBCFE6

Tints of Tropical Blue #BBCFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.86%

R = 29.97%
G = 33.17%
B = 36.86%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBCFE6 (or 0xBBCFE6) is known color: Tropical Blue. HEX triplet: BB, CF and E6. RGB value is (187,207,230). Sum of RGB (Red+Green+Blue) = 187+207+230=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBCFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFE6 is #443019. Grayscale: #CBCBCB. Windows color (decimal): -4468762 or 15126459. OLE color: 15126459.

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

Color convert

RGB 187 207 230 -
CMYK 0.19 0.10 0 0.10
HSL 212.09º 0.46% 0.82% -
HSV(B) 212.09º 0.19% 0.9% -
XYZ 57.09 60.9 83.61 -
YUV 203.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 187 207 230 0.19 0.10 0 0.10 212.09 0.46 0.82
Hex BB CF E6 13 A 0 A D4 2E 52
Octal 273 317 346 23 12 0 12 324 56 122
Binary 10111011 11001111 11100110 10011 1010 0 1010 11010100 101110 1010010

Color Harmonies of #BBCFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFE6

Black with #BBCFE6

Text Example


Text Example

White with #BBCFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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