Html Css Color HEX #BCCFE5 Tropical Blue

📋 copy color: '#BCCFE5'

red 188 ◦ green 207 ◦ blue 229

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

Shades of Tropical Blue #BCCFE5

Tints of Tropical Blue #BCCFE5

RGB

 RED value IS 188 (73.83% from 255) = 30.13%

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

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

R = 30.13%
G = 33.17%
B = 36.7%

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

#BCCFE5 (or 0xBCCFE5) is known color: Tropical Blue. HEX triplet: BC, CF and E5. RGB value is (188,207,229). Sum of RGB (Red+Green+Blue) = 188+207+229=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCCFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFE5 is #43301A. Grayscale: #CBCBCB. Windows color (decimal): -4403227 or 15060924. OLE color: 15060924.

HSL color Cylindrical-coordinate representation of color #BCCFE5: hue angle of 212.2º degrees, saturation: 0.44, 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 #BCCFE5 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 207 229 -
CMYK 0.18 0.10 0 0.10
HSL 212.2º 0.44% 0.82% -
HSV(B) 212.2º 0.18% 0.9% -
XYZ 57.19 60.97 82.88 -
YUV 203.83 142.21 116.71 -
System Red Green Blue C M Y K H S L
Decimal 188 207 229 0.18 0.10 0 0.10 212.2 0.44 0.82
Hex BC CF E5 12 A 0 A D4 2C 52
Octal 274 317 345 22 12 0 12 324 54 122
Binary 10111100 11001111 11100101 10010 1010 0 1010 11010100 101100 1010010

Color Harmonies of #BCCFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFE5

Black with #BCCFE5

Text Example


Text Example

White with #BCCFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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